diff options
Diffstat (limited to 'textproc/libmrss/Makefile')
-rw-r--r-- | textproc/libmrss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 00008a3a2381..fb1ecdfeb19b 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ MAINTAINER= clsung@FreeBSD.org COMMENT= C library for parsing, writing, and creating RSS -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - nxml:${PORTSDIR}/textproc/libnxml +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libnxml.so:${PORTSDIR}/textproc/libnxml GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include @@ -20,5 +20,4 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= pathfix pkgconfig -NO_STAGE= yes .include <bsd.port.mk> |