diff options
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 56ad1ee0b13..eec8f552f81 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2006/07/07 09:35:05 rillig Exp $ +# $NetBSD: Makefile,v 1.83 2006/11/02 18:00:43 joerg Exp $ DISTNAME= libpng-1.2.12 PKGNAME= ${DISTNAME:S/lib//} @@ -15,6 +15,7 @@ HOMEPAGE= http://www.libpng.org/pub/png/ COMMENT= Library for manipulating PNG images PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= scripts/libpng.pc.in |