diff options
author | arved <arved@FreeBSD.org> | 2003-08-10 22:27:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-10 22:27:46 +0800 |
commit | c31a083088831dc96790782b355c1824ce2a2aed (patch) | |
tree | 32f62fdaa0de9378add4d9214f4eea2be7e0cfa0 /net-p2p | |
parent | 2e6ae7f8c54760de4e068088709c5e439efa2e4d (diff) | |
download | freebsd-ports-gnome-c31a083088831dc96790782b355c1824ce2a2aed.tar.gz freebsd-ports-gnome-c31a083088831dc96790782b355c1824ce2a2aed.tar.zst freebsd-ports-gnome-c31a083088831dc96790782b355c1824ce2a2aed.zip |
Unbreak on 5.x
portlint
Approved by: lioux (implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 80384b5411a0..b05be9a8b9d9 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 |