diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 07:22:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 07:22:11 +0000 |
commit | d93a71c06463c5037aeb2291aaec58729ec88009 (patch) | |
tree | 13aaa442787d4bd612bb8650cc85ed50e3cecb00 /textproc/libmrss/Makefile | |
parent | 6d1dc5774d694e230a75cdbf070ff3cac0593bf3 (diff) |
Notes
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> |