diff options
-rw-r--r-- | devel/monotone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 4e6dc8f0c14..52f71fad038 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2008/09/05 20:48:46 bjs Exp $ +# $NetBSD: Makefile,v 1.56 2008/09/13 16:19:15 jmmv Exp $ # DISTNAME= monotone-0.41 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GCC_REQD+= 3.0 GNU_CONFIGURE= yes INFO_FILES= yes +TEST_TARGET= check UNLIMIT_RESOURCES+= datasize USE_TOOLS+= gmake makeinfo pax USE_LANGUAGES= c c++ |