summaryrefslogtreecommitdiff
path: root/net/dctc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-17 14:21:01 +0000
committerwiz <wiz@pkgsrc.org>2003-01-17 14:21:01 +0000
commitb418b65f27cc6acd88344872bc47348a998e8516 (patch)
treed7826414eb936ecafc191ee7eb406492c4445609 /net/dctc
parentcc6aaf60b1687d35386d9b91843f92fc1fb7ac75 (diff)
downloadpkgsrc-b418b65f27cc6acd88344872bc47348a998e8516.tar.gz
Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be done
with it.
Diffstat (limited to 'net/dctc')
-rw-r--r--net/dctc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 2feb7dd3342..5c5f0b2eb17 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/01/17 12:34:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/01/17 14:21:01 wiz Exp $
#
DISTNAME= dctc-0.83.9
@@ -14,12 +14,11 @@ USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
REPLACE_PERL= GDLjoiner
USE_PERL5= YES
+USE_GMAKE= YES
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
post-configure:
- @${TOUCH} ${WRKSRC}/stamp-h.in ${WRKSRC}/config.h.in
- @${TOUCH} ${WRKSRC}/config.status ${WRKSRC}/stamp-h
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h