1: Remove USE_X_PREFIX, imlib2 can be image processing library without x11.

2: bump version.
This commit is contained in:
Vanilla I. Shu 2005-06-26 14:52:14 +00:00
parent ba484fd66f
commit d6ddc22771
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138040

View File

@ -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>