- Use appropriate *FLAGS

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-15 16:57:34 +00:00
parent 9d3b744b0f
commit 76c930ae31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285864

View file

@ -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