diff options
author | rh <rh@pkgsrc.org> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-01 11:23:11 +0000 |
commit | 74add3b300e3abf7ac8ddc6012fef10b7cd5dcff (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /graphics | |
parent | 7f7c54db40f0b51b735b06bffad8103043d6fd7d (diff) | |
download | pkgsrc-74add3b300e3abf7ac8ddc6012fef10b7cd5dcff.tar.gz |
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
Diffstat (limited to 'graphics')
28 files changed, 56 insertions, 56 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 80639873d0c..f61f05cfc1a 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2000/03/21 22:18:24 tron Exp $ +# $NetBSD: Makefile,v 1.57 2000/06/01 11:23:26 rh Exp $ DISTNAME= ImageMagick-5.1.1 CATEGORIES= graphics @@ -14,7 +14,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff MIRROR_DISTFILE= no -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile index ccaf94ea873..98e7874613a 100644 --- a/graphics/Mesa-glx/Makefile +++ b/graphics/Mesa-glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/04/11 22:36:04 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/01 11:23:26 rh Exp $ DISTNAME= glx-20000407 PKGNAME= Mesa-${DISTNAME} @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_X11BASE= yes CONFIGURE_ARGS+= --enable-static --with-mesa=${MESA_WRKSRC} CONFIGURE_ENV+= TCLSH=${TCLSH} diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 5f728d77697..c8581c2a59d 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/04/04 12:17:45 tron Exp $ +# $NetBSD: Makefile,v 1.33 2000/06/01 11:23:26 rh Exp $ # DISTNAME= MesaLib-3.1 @@ -22,6 +22,6 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static # XXX our pkglibtool is too old -#USE_LIBTOOL= yes +#USE_PKGLIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index ff8c05aecd1..3ec51f89a1f 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/02/17 23:18:36 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:26 rh Exp $ DISTNAME= ee-0.3.11 CATEGORIES= x11 gnome @@ -12,7 +12,7 @@ DEPENDS= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes LOCALSTATEDIR= /var/gnome diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 270c8d6db2e..fef48614537 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/28 00:27:38 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/01 11:23:27 rh Exp $ DISTNAME= fnlib-0.5 CATEGORIES= x11 graphics @@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net DEPENDS+= imlib-*:../../graphics/imlib USE_X11BASE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes post-install: diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index 2934a7e5f78..2c6be71225a 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2000/05/01 21:53:33 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2000/06/01 11:23:27 rh Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.freetype.org/ DEPENDS+= gettext-0.10.*:../../devel/gettext -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index cc132a9dfd8..c6652dde308 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/22 03:35:20 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:27 rh Exp $ # DISTNAME= g3d-0.0.2 @@ -12,7 +12,7 @@ DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea WRKSRC= ${WRKDIR}/g3d -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES USE_GMAKE= YES USE_X11BASE= YES GNU_CONFIGURE= YES diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 68d64438a53..6ff97c678e9 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/05/01 06:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:27 rh Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # @@ -14,7 +14,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= xpm-*:../../graphics/xpm DEPENDS+= jpeg-*:../../graphics/jpeg -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_X11= yes NO_CONFIGURE= yes diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 846952e70a9..68a59b67393 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/30 19:30:22 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:28 rh Exp $ # DISTNAME= gdk-pixbuf-0.8.0 @@ -12,7 +12,7 @@ DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs GNU_CONFIGURE= YES #our pkglibtool can't add a library to a library -#USE_LIBTOOL= YES +#USE_PKGLIBTOOL= YES USE_X11BASE= YES USE_GMAKE= yes diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 97f898d7a5b..2e084c5a6f0 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/02/14 12:50:13 itojun Exp $ +# $NetBSD: Makefile,v 1.20 2000/06/01 11:23:28 rh Exp $ # DISTNAME= giflib-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= libungif-* -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index bb425510c94..8534a6d8de6 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/21 22:40:53 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:28 rh Exp $ DISTNAME= gimp-1.1.18 CATEGORIES= graphics @@ -19,7 +19,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \ --disable-perl \ diff --git a/graphics/gimp-helpbrowser/Makefile b/graphics/gimp-helpbrowser/Makefile index 6da011c457e..13e485534ae 100644 --- a/graphics/gimp-helpbrowser/Makefile +++ b/graphics/gimp-helpbrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/03/14 19:06:29 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:28 rh Exp $ DISTNAME= gimp-1.1.18 PKGNAME= ${DISTNAME:S/-/-helpbrowser-/} @@ -16,7 +16,7 @@ DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs USE_X11BASE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \ --disable-perl \ diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 8dea5c34696..75f324125f6 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2000/04/15 20:47:35 mycroft Exp $ +# $NetBSD: Makefile,v 1.51 2000/06/01 11:23:29 rh Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -26,7 +26,7 @@ IS_INTERACTIVE= yes .endif USE_X11BASE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index af93acd9bd0..d1c419d11fa 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/19 17:36:51 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:29 rh Exp $ DISTNAME= gphoto-0.4.2 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gphoto.org/ DEPENDS+= imlib-1.9.8:../../graphics/imlib USE_X11BASE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index 3adae90a150..b198152794c 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/03 14:52:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:29 rh Exp $ DISTNAME= Hermes-1.2.6-2 PKGNAME= Hermes-1.2.6.2 @@ -9,7 +9,7 @@ MASTER_SITES= http://hermes.terminal.at/files/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV= INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index b34a5422612..5747ccfd5e3 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2000/05/30 19:16:27 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2000/06/01 11:23:29 rh Exp $ # DISTNAME= imlib-1.9.8.1 @@ -16,7 +16,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" PLIST_SUBST+= LOCALBASE=${LOCALBASE} diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 415357f2d16..547a1544169 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/01 11:23:29 rh Exp $ # DISTNAME= jpegsrc.v6b @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ijg.org/ -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes INSTALL_TARGET= install install-lib diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index e5580282e40..2a600a2f635 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/21 22:40:53 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:30 rh Exp $ # DISTNAME= libgdgeda-1.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.geda.seul.org/ DEPENDS+= png>=1.0.6:../../graphics/png GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index fed469b9ceb..e2657681132 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/26 01:11:54 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:30 rh Exp $ # DISTNAME= libungif-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= giflib-* -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index feafd76243c..5b1555c0ee9 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/10/07 17:41:53 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:30 rh Exp $ DISTNAME= mpeg_lib-1.2.1 PKGNAME= mpeg-1.2.1 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \ MAINTAINER= packages@netbsd.org -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes ALL_TARGET= libmpeg.la diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 540179d5678..f38552668a9 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/05/20 11:02:07 tron Exp $ +# $NetBSD: Makefile,v 1.40 2000/06/01 11:23:30 rh Exp $ DISTNAME= netpbm-9.2 CATEGORIES= graphics @@ -12,7 +12,7 @@ DEPENDS+= tiff>=3.5.4:../../graphics/tiff DEPENDS+= png>=1.0.6:../../graphics/png USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes INSTALL_TARGET= install.dev install MAKE_ENV+= ECHO="${ECHO}" diff --git a/graphics/opendis/Makefile b/graphics/opendis/Makefile index 9ac0250f35e..876691a238e 100644 --- a/graphics/opendis/Makefile +++ b/graphics/opendis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/12 03:07:40 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:31 rh Exp $ DISTNAME= opendis-0.0.3 CATEGORIES= graphics @@ -7,7 +7,7 @@ MASTER_SITES= http://ods.sourceforge.net/dl/ MAINTAINER= sommerfeld@netbsd.org HOMEPAGE= http://ods.sourceforge.net/ -#USE_LIBTOOL= yes +#USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile index a07c6125995..dfcf14bb5df 100644 --- a/graphics/openptc/Makefile +++ b/graphics/openptc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/14 21:49:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:31 rh Exp $ DISTNAME= OpenPTC-x11-1.0.0-2 PKGNAME= OpenPTC-X11-1.0.02 @@ -12,7 +12,7 @@ DEPENDS+= Hermes>=1.2.5:../../graphics/hermes WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11BASE= yes diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 5abf52b20cf..592bd32f994 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/23 01:59:57 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:31 rh Exp $ DISTNAME= ImageMagick-5.1.1 PKGNAME= p5-PerlMagick-5.1.1 @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick #EXTRACT_AFTER_ARGS+= ${WRKSRC} MIRROR_DISTFILE= no -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 44cca607c74..4815904f2ea 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/10 14:33:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:31 rh Exp $ # DISTNAME= plotutils-2.3 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_X11BASE= yes INFO_FILES= plotutils.info diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 2a93eaa7f64..4a786f3b414 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/04/20 02:11:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:31 rh Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp DISTNAME= libpng-1.0.6 @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/png/src/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cdrom.com/pub/png/ -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes MAKEFILE= scripts/makefile.std diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index d12c747fd0a..34dd02e5cdc 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/04/01 00:05:27 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2000/06/01 11:23:32 rh Exp $ DISTNAME= tiff-v3.5.5 PKGNAME= tiff-3.5.5 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.libtiff.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --noninteractive --site=${FILESDIR} diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 337968614d6..e87f52dd7e0 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/03/21 22:40:55 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:32 rh Exp $ # DISTNAME= xsane-0.51 @@ -24,7 +24,7 @@ DEPENDS+= sane-1.0.1:../../graphics/sane GNU_CONFIGURE= YES USE_GMAKE= YES USE_X11BASE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include |