diff options
author | tg <tg@FreeBSD.org> | 1999-05-27 15:32:49 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-27 15:32:49 +0800 |
commit | f5f2df4187f06b364bd6fc79335f60115a42a58f (patch) | |
tree | 1efbb40465d48e8ac988b4f8d11079149e286523 /graphics/imlib | |
parent | 8ad291d9623a19595fd236822d5a7ce5e9991af3 (diff) | |
download | freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.tar.gz freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.tar.zst freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.zip |
Forget about ${PREFIX}/include/giflib.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 34e677e1137e..910434659009 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.46 1999/03/27 10:35:57 vanilla Exp $ +# $Id: Makefile,v 1.47 1999/04/08 18:08:33 steve Exp $ # DISTNAME= imlib-1.9.4 @@ -23,8 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include/giflib" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib" |