diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:08:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:08:15 +0000 |
commit | e5fd1c4b6c38e1cfbc0d6b2e0c1c9b9b4e7f5b75 (patch) | |
tree | 16663768d70bca30a435ff1bdadbb5dfe68bc2f5 /x11-toolkits | |
parent | I added logic to the Makefile to make it easier for me test when (diff) |
Remove irrelevant giflib references
Add USE_LIBTOOL to remove .la files
Discussed with: maintainer
Notes
Notes:
svn path=/head/; revision=25952
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index d44d91a470b5..954eb5817666 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +USE_LIBTOOL= 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/guile-gtk/pkg-plist b/x11-toolkits/guile-gtk/pkg-plist index 886349451359..15ab1fbfb990 100644 --- a/x11-toolkits/guile-gtk/pkg-plist +++ b/x11-toolkits/guile-gtk/pkg-plist @@ -1,12 +1,11 @@ bin/build-guile-gtk +bin/guile-gtk bin/guile-gtk-1.2 include/guile-gtk.h lib/libguiledlopenhelper.a -lib/libguiledlopenhelper.la lib/libguiledlopenhelper.so lib/libguiledlopenhelper.so.0 lib/libguilegtk-1.2.a -lib/libguilegtk-1.2.la lib/libguilegtk-1.2.so lib/libguilegtk-1.2.so.0 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |