svn commit: r322710 - head/x11-toolkits/hs-frantk
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 16:51:49 UTC 2013
Author: bapt
Date: Wed Jul 10 16:51:48 2013
New Revision: 322710
URL: http://svnweb.freebsd.org/changeset/ports/322710
Log:
Move gmake declaration prior to pre.mk while here convert it to USES=gmake
Modified:
head/x11-toolkits/hs-frantk/Makefile
Modified: head/x11-toolkits/hs-frantk/Makefile
==============================================================================
--- head/x11-toolkits/hs-frantk/Makefile Wed Jul 10 16:23:40 2013 (r322709)
+++ head/x11-toolkits/hs-frantk/Makefile Wed Jul 10 16:51:48 2013 (r322710)
@@ -14,6 +14,8 @@ COMMENT= A GUI library for Haskell on to
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
+USES= gmake
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
@@ -22,7 +24,6 @@ CFLAGS+= -fPIC
BROKEN= Does not compile
.endif
-USE_GMAKE= yes
WRKSRC= ${WRKDIR}/FranTk1.1/src
ALL_TARGET= hugs
More information about the svn-ports-all
mailing list