Date: Thu, 29 May 2014 11:31:24 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355688 - in head: palm/jpilot palm/palm-db-tools polish/sms2 Message-ID: <201405291131.s4TBVOho054735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291131.s4TBVOho054735>