diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /textproc/libnxml | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Notes
Diffstat (limited to 'textproc/libnxml')
-rw-r--r-- | textproc/libnxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index 6fce13ec9abf..a8b270e20186 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnxml PORTVERSION= 0.18.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= A C library for writing XML 1.0/1.1 files or streams -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |