aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmrss
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-21 07:22:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-21 07:22:11 +0000
commitd93a71c06463c5037aeb2291aaec58729ec88009 (patch)
tree13aaa442787d4bd612bb8650cc85ed50e3cecb00 /textproc/libmrss
parent6d1dc5774d694e230a75cdbf070ff3cac0593bf3 (diff)
downloadports-d93a71c06463c5037aeb2291aaec58729ec88009.tar.gz
ports-d93a71c06463c5037aeb2291aaec58729ec88009.zip
* Support staging
* New LIB_DEPENDS format Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=340558
Diffstat (limited to 'textproc/libmrss')
-rw-r--r--textproc/libmrss/Makefile5
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>