diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-15 16:57:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-15 16:57:34 +0000 |
commit | 76c930ae3142665f5fb9ee7610740c4bebeca54d (patch) | |
tree | 350af9b401b90540bd018f720862268763d2a1d2 /devel/libdap | |
parent | 9d3b744b0faa1c57eda86a37be6a52b103798506 (diff) | |
download | ports-76c930ae3142665f5fb9ee7610740c4bebeca54d.tar.gz ports-76c930ae3142665f5fb9ee7610740c4bebeca54d.zip |
Notes
Diffstat (limited to 'devel/libdap')
-rw-r--r-- | devel/libdap/Makefile | 4 |
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 |