diff options
-rw-r--r-- | palm/jpilot/Makefile | 3 | ||||
-rw-r--r-- | palm/palm-db-tools/Makefile | 2 | ||||
-rw-r--r-- | polish/sms2/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 6d25f583b437..c2bb338f6d35 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -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 diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile index 6700d7c82328..5e2afaefc243 100644 --- a/palm/palm-db-tools/Makefile +++ b/palm/palm-db-tools/Makefile @@ -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 \ diff --git a/polish/sms2/Makefile b/polish/sms2/Makefile index 8ce7326cb479..bfa9f165d7eb 100644 --- a/polish/sms2/Makefile +++ b/polish/sms2/Makefile @@ -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> |