summaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-08-10 14:27:46 +0000
committerarved <arved@FreeBSD.org>2003-08-10 14:27:46 +0000
commitc31a083088831dc96790782b355c1824ce2a2aed (patch)
tree32f62fdaa0de9378add4d9214f4eea2be7e0cfa0 /net-p2p
parent2e6ae7f8c54760de4e068088709c5e439efa2e4d (diff)
downloadFreeBSD-ports-c31a083088831dc96790782b355c1824ce2a2aed.zip
FreeBSD-ports-c31a083088831dc96790782b355c1824ce2a2aed.tar.gz
Unbreak on 5.x
portlint Approved by: lioux (implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dctc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile
index 80384b5..b05be9a 100644
--- a/net-p2p/dctc/Makefile
+++ b/net-p2p/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
OpenPOWER on IntegriCloud