summaryrefslogtreecommitdiff
path: root/devel/cppunit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 13:41:42 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 13:41:42 +0000
commit7b77537faf34f8f74f5e535f9a1ab68eddf7cfef (patch)
tree808fa31f56a48027065305bf914e08d2d1411e84 /devel/cppunit
parent22e84040456162b6eb94e86c62b19d2e1eab9660 (diff)
downloadpkgsrc-7b77537faf34f8f74f5e535f9a1ab68eddf7cfef.tar.gz
DESTDIR is supported.
Diffstat (limited to 'devel/cppunit')
-rw-r--r--devel/cppunit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index 52b1a30c81d..dea42805932 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/01/20 14:29:04 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/03/15 13:41:42 joerg Exp $
#
DISTNAME= cppunit-1.10.2
@@ -10,6 +10,8 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://cppunit.sourceforge.net/
COMMENT= CppUnit is a C++ unit testing framework
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_DEPENDS+= doxygen>=1.5.1nb1:../../devel/doxygen
USE_LIBTOOL= yes