summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz>2003-07-30 21:57:17 +0000
committerheinz <heinz>2003-07-30 21:57:17 +0000
commit4f95d9fad3f7bd72241ad667c479708104a0c349 (patch)
tree7c7e65f532f67ac13aedcbc2c4378ad1601a7c78 /devel
parent7597ea6b651986430fca49b06644074120d06f2c (diff)
downloadpkgsrc-4f95d9fad3f7bd72241ad667c479708104a0c349.tar.gz
Add TEST_TARGET
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 008071eab2a..9165eaaf932 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 21:33:02 grant Exp $
+# $NetBSD: Makefile,v 1.13 2003/07/30 21:57:17 heinz Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $
DISTNAME= pcre-3.9
@@ -18,4 +18,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+TEST_TARGET= test
+
.include "../../mk/bsd.pkg.mk"