summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-14 02:37:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-14 02:37:24 +0000
commit3502f0ebbc8dcec7f4ba7ca5e1247cff84b0bf6c (patch)
tree873183a7baab1fabed1214c30a82d7df868933d8 /net-p2p
parentThe previous commit on this file unbroke the -current build but broke 4.x. (diff)
Make CONFIGURE_ENV cleaner and compatible with bsd.port.mk
USE_GETOPT_LONG option
Notes
Notes: svn path=/head/; revision=80948
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dctc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile
index 2901ac439428..ff4023afdcd0 100644
--- a/net-p2p/dctc/Makefile
+++ b/net-p2p/dctc/Makefile
@@ -23,10 +23,10 @@ USE_GNOME= glib12
USE_PERL5_RUN= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
- ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt \
- ${PTHREAD_LIBS:S/"//g}"
+LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
+CPPFLAGS+= ${PTHREAD_CFLAGS}
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-manual-db-detect
MANCOMPRESSED= no