summaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commita459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /graphics/agg
parent7854cf84ecbcc45c6b18092fadae7896937e468a (diff)
downloadpkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz
Add DESTDIR support.
Diffstat (limited to 'graphics/agg')
-rw-r--r--graphics/agg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index f9314a6a3c3..b8d5bafe629 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 06:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:31 joerg Exp $
#
DISTNAME= agg-2.5
@@ -9,6 +9,8 @@ MAINTAINER= matias@dotbsd.org
HOMEPAGE= http://www.antigrain.com/
COMMENT= High Quality Rendering Engine for C++
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake msgfmt pkg-config aclocal autoheader \
automake autoconf
USE_LANGUAGES= c c++