aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-06-26 22:52:14 +0800
committervanilla <vanilla@FreeBSD.org>2005-06-26 22:52:14 +0800
commitf59644a6cda33b2c097cf4bcd07b114553066fdb (patch)
treebfab36eb121590e30e9d363f90fe5a5cec068056 /graphics
parent56334f4431af9115bce0e0f4b03818f749744a51 (diff)
downloadfreebsd-ports-gnome-f59644a6cda33b2c097cf4bcd07b114553066fdb.tar.gz
freebsd-ports-gnome-f59644a6cda33b2c097cf4bcd07b114553066fdb.tar.zst
freebsd-ports-gnome-f59644a6cda33b2c097cf4bcd07b114553066fdb.zip
1: Remove USE_X_PREFIX, imlib2 can be image processing library without x11.
2: bump version.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib2_loaders/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile
index 404af03050a5..5aa5f0661d42 100644
--- a/graphics/imlib2_loaders/Makefile
+++ b/graphics/imlib2_loaders/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imlib2_loaders
PORTVERSION= 1.2.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
@@ -18,10 +18,9 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
edb.1:${PORTSDIR}/databases/edb \
eet.9:${PORTSDIR}/devel/eet
-USE_X_PREFIX= yes
USE_LIBTOOL_VER= 15
USE_GNOME= gnomehack gnometarget
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
+ LIBS="-L${PREFIX}/lib"
.include <bsd.port.mk>