diff options
author | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
commit | a04891bb08b7613694e96b6c35d1de4d40422b95 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /print/gimp-print-lib | |
parent | 99d41bdd30141350ae72be44236404dfb3afa3b1 (diff) | |
download | pkgsrc-a04891bb08b7613694e96b6c35d1de4d40422b95.tar.gz |
DESTDIR support.
Diffstat (limited to 'print/gimp-print-lib')
-rw-r--r-- | print/gimp-print-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile index 609956f1186..a3c4df9e9c9 100644 --- a/print/gimp-print-lib/Makefile +++ b/print/gimp-print-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/31 23:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/11/05 17:34:44 joerg Exp $ DISTNAME= gimp-print-4.2.7 PKGNAME= gimp-print-lib-4.2.7 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake lex USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |