diff options
author | tron <tron@pkgsrc.org> | 2004-03-31 10:50:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-31 10:50:19 +0000 |
commit | a1ac3edd638bce70387902fd87bf045803b1913e (patch) | |
tree | df4d3624ce9d2660c081145ebcc01b4f3835a6a1 /graphics/xsane/Makefile | |
parent | 970cdb49da8a7f069cc286da0a54ded090f38b37 (diff) | |
download | pkgsrc-a1ac3edd638bce70387902fd87bf045803b1913e.tar.gz |
Install in "${LOCALBASE}" not in "${X11BASE}", bump package revision
because of this.
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index ed0828e05c8..ba629da8a61 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2004/03/29 22:32:33 snj Exp $ +# $NetBSD: Makefile,v 1.45 2004/03/31 10:50:19 tron Exp $ DISTNAME= xsane-0.90 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ @@ -21,7 +21,7 @@ BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES USE_GNU_TOOLS+= make -USE_X11BASE= YES +USE_X11= YES USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES |