diff options
author | joerg <joerg> | 2006-11-05 17:17:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:17:04 +0000 |
commit | 99d41bdd30141350ae72be44236404dfb3afa3b1 (patch) | |
tree | 0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /graphics/inkscape | |
parent | 4eea521f2d32d7514f61469cbf3c33a2064060cb (diff) | |
download | pkgsrc-99d41bdd30141350ae72be44236404dfb3afa3b1.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index e16e0d5af9c..d3c4c1724a1 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/10/06 20:29:11 adam Exp $ +# $NetBSD: Makefile,v 1.29 2006/11/05 17:23:44 joerg Exp $ DISTNAME= inkscape-0.44.1 CATEGORIES= graphics @@ -8,6 +8,8 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.inkscape.org/ COMMENT= Scalable Vector Graphics (SVG) editor +PKG_DESTDIR_SUPPORT= user-destdir + .if !exists (/usr/bin/iconv) BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv .endif |