summaryrefslogtreecommitdiff
path: root/net/dctc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r--net/dctc/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 4b1f647a732..81f607e02c1 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2003/07/13 13:52:49 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2003/07/15 19:46:14 wiz Exp $
#
-DISTNAME= dctc-0.85.3
-PKGREVISION= 1
+DISTNAME= dctc-0.85.4
CATEGORIES= net
MASTER_SITES= http://www.ac2i.tzo.com/dctc/ \
http://brainz.servebeer.com/dctc/
@@ -14,7 +13,6 @@ COMMENT= Direct Connect clone (Direct Connect Text Client)
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
-REPLACE_PERL= GDLjoiner
USE_PERL5= YES
USE_GMAKE= YES
@@ -26,9 +24,6 @@ post-configure:
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h
- @${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h
- @${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h
- @${ECHO} '#endif' >> ${WRKSRC}/config.h
.include "../../databases/db4/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"