- Convert gmake to USES

Approved by:	portmgr
This commit is contained in:
Martin Wilke 2014-05-29 11:31:23 +00:00
parent 0ecb0840c0
commit 407cd6ad08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355688
3 changed files with 3 additions and 4 deletions

View file

@ -16,8 +16,7 @@ COMMENT= Desktop Organizer Software for the Palm Pilot
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
USE_GCC= any
USES= pkgconfig
USE_GMAKE= yes
USES= pkgconfig gmake
USE_GNOME= gnomehier
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include

View file

@ -12,7 +12,7 @@ COMMENT= Utilities for the PalmOS flat-file database programs
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
USE_LDCONFIG= yes
PLIST_FILES= lib/libpdbtools.so \

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
LATEST_LINK= sms2
USE_GMAKE= yes
USES= gmake
NO_STAGE= yes
.include <bsd.port.mk>