Date: Mon, 20 Jan 2014 10:13:55 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340381 - head/graphics/libexif Message-ID: <201401201013.s0KADti7004007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401201013.s0KADti7004007>