diff options
Diffstat (limited to 'textproc/libnxml/Makefile')
-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 11a5638..e9539c3 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ MAINTAINER= nivit@FreeBSD.org -COMMENT= A C library for writing XML 1.0/1.1 files or streams +COMMENT= C library for writing XML 1.0/1.1 files or streams -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |