svn commit: r355688 - in head: palm/jpilot palm/palm-db-tools polish/sms2

Martin Wilke miwi at FreeBSD.org
Thu May 29 11:31:24 UTC 2014


Author: miwi
Date: Thu May 29 11:31:23 2014
New Revision: 355688
URL: http://svnweb.freebsd.org/changeset/ports/355688
QAT: https://qat.redports.org/buildarchive/r355688/

Log:
  - Convert gmake to USES
  
  Approved by:	portmgr

Modified:
  head/palm/jpilot/Makefile
  head/palm/palm-db-tools/Makefile
  head/polish/sms2/Makefile

Modified: head/palm/jpilot/Makefile
==============================================================================
--- head/palm/jpilot/Makefile	Thu May 29 11:28:16 2014	(r355687)
+++ head/palm/jpilot/Makefile	Thu May 29 11:31:23 2014	(r355688)
@@ -16,8 +16,7 @@ COMMENT=	Desktop Organizer Software for 
 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

Modified: head/palm/palm-db-tools/Makefile
==============================================================================
--- head/palm/palm-db-tools/Makefile	Thu May 29 11:28:16 2014	(r355687)
+++ head/palm/palm-db-tools/Makefile	Thu May 29 11:31:23 2014	(r355688)
@@ -12,7 +12,7 @@ COMMENT=	Utilities for the PalmOS flat-f
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/libpdbtools.so \

Modified: head/polish/sms2/Makefile
==============================================================================
--- head/polish/sms2/Makefile	Thu May 29 11:28:16 2014	(r355687)
+++ head/polish/sms2/Makefile	Thu May 29 11:31:23 2014	(r355688)
@@ -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>


More information about the svn-ports-all mailing list