aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-06-24 16:27:11 +0800
committerdinoex <dinoex@FreeBSD.org>2006-06-24 16:27:11 +0800
commit5e9167a26c1ab7ebca0963f8845337d64fe4d133 (patch)
treecd8a8341754d9a4ee15b331c3cd38f853521f150 /lang/gnustep-base
parent39a1e157639bb6bef6115b5bb7aea27a9015941b (diff)
downloadfreebsd-ports-gnome-5e9167a26c1ab7ebca0963f8845337d64fe4d133.tar.gz
freebsd-ports-gnome-5e9167a26c1ab7ebca0963f8845337d64fe4d133.tar.zst
freebsd-ports-gnome-5e9167a26c1ab7ebca0963f8845337d64fe4d133.zip
- activate regression-test
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 6f1aa6e701ad..5ed83d417785 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -93,4 +93,6 @@ post-install:
test:
@(cd ${WRKSRC}/Testing && . ${SYSTEMDIR}/Makefiles/GNUstep.sh; ${GMAKE})
+regression-test: test
+
.include <bsd.port.post.mk>