summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-10 14:27:46 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-10 14:27:46 +0000
commitbfcd35834800f517a659e2f4ee412eb5ddb8c091 (patch)
tree5293027e453046dc0fb9cd2da956e6dd44714c59 /net
parentCorrect the message. (diff)
Unbreak on 5.x
portlint Approved by: lioux (implicit)
Notes
Notes: svn path=/head/; revision=86719
Diffstat (limited to 'net')
-rw-r--r--net/dctc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 80384b5411a0..b05be9a8b9d9 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -27,14 +27,14 @@ LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
CPPFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --enable-manual-db-detect
+CONFIGURE_ARGS= --enable-manual-db-detect --with-db=${LOCALBASE}
MANCOMPRESSED= no
MAN1= dctc.1
DCTC_BINS= dctc dctc_cmd
DOC_DIRS= Documentation Documentation/DCextensions
-DOC_FILES= COPYING ChangeLog INSTALL README \
+DOC_FILES= COPYING ChangeLog INSTALL README \
KNOWN_BUGS TODO \
Documentation/BerkeleyDB \
Documentation/BerkeleyDB.nl \
@@ -58,10 +58,6 @@ DOC_FILES= COPYING ChangeLog INSTALL README \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Configure fails"
-.endif
-
post-extract:
@${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src