diff options
Diffstat (limited to 'net-p2p/dctc')
-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 |