diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-26 14:52:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-26 14:52:14 +0000 |
commit | d6ddc22771ffa9d13f41ed0ecc3fb1c8d0e10b87 (patch) | |
tree | fd73a7270c534a69a715ae969a364375f8d744bb /graphics/imlib2_loaders/Makefile | |
parent | ba484fd66ff3d0246c6e1cd1f50f974a66cd8e13 (diff) | |
download | ports-d6ddc22771ffa9d13f41ed0ecc3fb1c8d0e10b87.tar.gz ports-d6ddc22771ffa9d13f41ed0ecc3fb1c8d0e10b87.zip |
Notes
Diffstat (limited to 'graphics/imlib2_loaders/Makefile')
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 7 |
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> |