diff options
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 096f2226742..ef108d0747c 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:17:50 tv Exp $ +# $NetBSD: Makefile,v 1.23 2004/11/28 07:31:12 taca Exp $ # DISTNAME= dctc-0.85.4 @@ -16,6 +16,7 @@ USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-manual-db-detect USE_PERL5= YES USE_GNU_TOOLS+= make +RUBY_DIST_SUBDIR= # empty CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 |