diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 3aa77171e7fba77720aea6eb4bded87b64c1ad8e (patch) | |
tree | dbeabb1054054f2f39e7970cedea3abd4f75843c /graphics/gtkdps | |
parent | 0f8f3c89884670b0273cc6b63199d005b65c9282 (diff) | |
download | ports-3aa77171e7fba77720aea6eb4bded87b64c1ad8e.tar.gz ports-3aa77171e7fba77720aea6eb4bded87b64c1ad8e.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index fc0f4796cf62..c8ce4c61f2f8 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/01/12 16:50:44 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/22 21:47:37 nectar Exp $ # DISTNAME= gtkDPS-0.2.16 @@ -19,7 +19,7 @@ BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_X_PREFIX= yes post-install: diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index 4cb6eb083066..fa7d77d5e9b2 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -7,7 +7,6 @@ include/gtkDPS/gtkDPScontext.h include/gtkDPS/gtkDPSfontpanel.h include/gtkDPS/gtkDPSwidget.h lib/libgtkDPS.a -lib/libgtkDPS.la lib/libgtkDPS.so lib/libgtkDPS.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |