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/kdegraphics2 | |
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/kdegraphics2')
-rw-r--r-- | graphics/kdegraphics2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index 112daea8e69c..8d5615a2624c 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.25 1999/02/28 21:32:01 asami Exp $ +# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $ # DISTNAME= kdegraphics-1.1.1 @@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" CFLAGS+= "-I${PREFIX}/include" |