diff options
author | ade <ade@FreeBSD.org> | 2000-02-16 12:10:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-16 12:10:30 +0800 |
commit | 93a0942ded806f973351341f4216353fe0b72822 (patch) | |
tree | 49e141417c99569fc4c66f6a84d68e80aa90e07a /x11-toolkits | |
parent | cb08c95446377f542fb1969c5d250be940d43788 (diff) | |
download | freebsd-ports-gnome-93a0942ded806f973351341f4216353fe0b72822.tar.gz freebsd-ports-gnome-93a0942ded806f973351341f4216353fe0b72822.tar.zst freebsd-ports-gnome-93a0942ded806f973351341f4216353fe0b72822.zip |
Remove unnecessary giflib-related path from CONFIGURE_ENV
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 3 |
2 files changed, 2 insertions, 4 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" diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index bdb3c9118f5e..a0b74e1002c0 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/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" |