diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 06:57:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 06:57:42 +0000 |
commit | ae1eabe13a97c621e9e6725238a70fd854e8f7c1 (patch) | |
tree | fdbaef72e229942c3f3fa332561d1eef1d30993d /print | |
parent | 8cb591c1e49a425bdbb5f54a38a74a68f27eabd6 (diff) | |
download | pkgsrc-ae1eabe13a97c621e9e6725238a70fd854e8f7c1.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 6 | ||||
-rw-r--r-- | print/gnome-print/pkg/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 62a1198ad53..b56551037d2 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/06/01 11:23:40 rh Exp $ +# $NetBSD: Makefile,v 1.28 2000/06/21 06:57:42 jlam Exp $ # DISTNAME= gnome-print-0.20 @@ -12,8 +12,9 @@ DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript -USE_PKGLIBTOOL= # defined USE_X11BASE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs @@ -23,6 +24,5 @@ MAKE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/print/gnome-print/pkg/PLIST b/print/gnome-print/pkg/PLIST index 3b894b9fe59..651692c84d0 100644 --- a/print/gnome-print/pkg/PLIST +++ b/print/gnome-print/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2000/05/31 09:15:19 rh Exp $ +@comment $NetBSD: PLIST,v 1.11 2000/06/21 06:57:45 jlam Exp $ bin/gnome-font-install include/libgnomeprint/gnome-font-dialog.h include/libgnomeprint/gnome-font.h @@ -23,6 +23,7 @@ include/libgnomeprint/gnome-canvas-bpath.h include/libgnomeprint/gnome-canvas-bpath-util.h include/libgnomeprint/gnome-print-pclr.h lib/libgnomeprint.a +lib/libgnomeprint.la lib/libgnomeprint.so.9.1 lib/printConf.sh share/fonts/afms/adobe/pagd8a.afm |