svn commit: r434581 - head/graphics/libdrm
Baptiste Daroussin
bapt at FreeBSD.org
Wed Feb 22 12:15:15 UTC 2017
Author: bapt
Date: Wed Feb 22 12:15:13 2017
New Revision: 434581
URL: https://svnweb.freebsd.org/changeset/ports/434581
Log:
Remove useless dependency on gnumake
Reported by: Emil Velikov <emil.l.velikov at gmail.com> (upstream)
Modified:
head/graphics/libdrm/Makefile
Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile Wed Feb 22 11:34:35 2017 (r434580)
+++ head/graphics/libdrm/Makefile Wed Feb 22 12:15:13 2017 (r434581)
@@ -29,8 +29,6 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT+= MANPAGES
.endif
-USES+= gmake
-
.include <bsd.port.options.mk>
# KMS support in the kernel is only build on these archs, disable others
More information about the svn-ports-head
mailing list