diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
commit | 895c8f14a6571e71764559bbba287fcfa0fbff35 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/imlib2 | |
parent | 05c328d9386e0b665ed83212c38318870d973da0 (diff) | |
download | freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.gz freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.zst freebsd-ports-gnome-895c8f14a6571e71764559bbba287fcfa0fbff35.zip |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 3d81248d0c12..d975c3f5b898 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_EFL= libtool_hack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |