Move gmake declaration prior to pre.mk while here convert it to USES=gmake
This commit is contained in:
parent
e10b6d67f0
commit
ed37932c34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322710
@ -14,6 +14,8 @@ COMMENT= A GUI library for Haskell on top of Tcl-Tk
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user