aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-02-16 04:10:30 +0000
committerAde Lovett <ade@FreeBSD.org>2000-02-16 04:10:30 +0000
commit699c677217116b2e3bd602814d5c62047619849b (patch)
treec2964832a3b860cd7dba3284ea0369cd228696a3 /x11-toolkits/rep-gtk
parent9ec7396641590dfa592bbfc8d5c02ec67e8344fa (diff)
downloadports-699c677217116b2e3bd602814d5c62047619849b.tar.gz
ports-699c677217116b2e3bd602814d5c62047619849b.zip
Remove unnecessary giflib-related path from CONFIGURE_ENV
Notes
Notes: svn path=/head/; revision=25882
Diffstat (limited to 'x11-toolkits/rep-gtk')
-rw-r--r--x11-toolkits/rep-gtk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index bdb3c9118f5e..a0b74e1002c0 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -22,8 +22,7 @@ PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
- -I${LOCALBASE}/include/giflib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"