svn commit: r340381 - head/graphics/libexif

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jan 20 10:13:55 UTC 2014


Author: rakuco
Date: Mon Jan 20 10:13:54 2014
New Revision: 340381
URL: http://svnweb.freebsd.org/changeset/ports/340381
QAT: https://qat.redports.org/buildarchive/r340381/

Log:
  - Modernise some USES:
    USE_GMAKE -> USES=gmake
    USE_GNOME=gnomehack -> USES=pathfix

Modified:
  head/graphics/libexif/Makefile

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Mon Jan 20 10:02:28 2014	(r340380)
+++ head/graphics/libexif/Makefile	Mon Jan 20 10:13:54 2014	(r340381)
@@ -13,10 +13,9 @@ LICENSE=	LGPL21
 
 OPTIONS_DEFINE=	DOCS NLS
 
-USES=		pkgconfig
+USES=		gmake pathfix pkgconfig
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack ltverhack
-USE_GMAKE=	yes
+USE_GNOME=	ltverhack
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list