aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-15 16:57:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-15 16:57:34 +0000
commit76c930ae3142665f5fb9ee7610740c4bebeca54d (patch)
tree350af9b401b90540bd018f720862268763d2a1d2 /devel/libdap
parent9d3b744b0faa1c57eda86a37be6a52b103798506 (diff)
downloadports-76c930ae3142665f5fb9ee7610740c4bebeca54d.tar.gz
ports-76c930ae3142665f5fb9ee7610740c4bebeca54d.zip
- Use appropriate *FLAGS
Feature safe: yes
Notes
Notes: svn path=/head/; revision=285864
Diffstat (limited to 'devel/libdap')
-rw-r--r--devel/libdap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile
index 350726be1d03..006bf08f51f6 100644
--- a/devel/libdap/Makefile
+++ b/devel/libdap/Makefile
@@ -20,9 +20,11 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
xml2.5:${PORTSDIR}/textproc/libxml2
-CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --with-zlib=/usr
+CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes