diff options
author | wiz <wiz> | 2003-01-17 14:21:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-17 14:21:01 +0000 |
commit | ab6064d5be5fda43c13fb10a457aefe3e0e6986c (patch) | |
tree | d7826414eb936ecafc191ee7eb406492c4445609 /net/dctc/Makefile | |
parent | 89ee743d752b646ec1957e7b538e2941537abb26 (diff) | |
download | pkgsrc-ab6064d5be5fda43c13fb10a457aefe3e0e6986c.tar.gz |
Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be done
with it.
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 5 |
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 |