diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
commit | 77e08cb99162242733f35959d173fe8e631757ad (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/xsane | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 3d50addfbae..890236df4df 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/10/21 15:02:26 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2002/12/01 13:49:42 salo Exp $ # DISTNAME= xsane-0.86 @@ -19,10 +19,11 @@ COMMENT= New improved frontend for SANE BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_X11BASE= YES -USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11BASE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" |