diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 04:10:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 04:10:30 +0000 |
commit | 699c677217116b2e3bd602814d5c62047619849b (patch) | |
tree | c2964832a3b860cd7dba3284ea0369cd228696a3 /x11-toolkits | |
parent | 9ec7396641590dfa592bbfc8d5c02ec67e8344fa (diff) | |
download | ports-699c677217116b2e3bd602814d5c62047619849b.tar.gz ports-699c677217116b2e3bd602814d5c62047619849b.zip |
Notes
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" |