diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /graphics/gtkdps | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
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 fc0f4796..c8ce4c6 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 4cb6eb0..fa7d77d 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 |