aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-21 15:22:11 +0800
committermat <mat@FreeBSD.org>2014-01-21 15:22:11 +0800
commit86b9c0bf334340a821d2e09b1aaeb145b61ad56a (patch)
tree13aaa442787d4bd612bb8650cc85ed50e3cecb00 /textproc
parent79a50c8360719c02ed2e2f7b4b4e74d3f976676e (diff)
downloadfreebsd-ports-gnome-86b9c0bf334340a821d2e09b1aaeb145b61ad56a.tar.gz
freebsd-ports-gnome-86b9c0bf334340a821d2e09b1aaeb145b61ad56a.tar.zst
freebsd-ports-gnome-86b9c0bf334340a821d2e09b1aaeb145b61ad56a.zip
* Support staging
* New LIB_DEPENDS format Sponsored by: Absolight
Diffstat (limited to 'textproc')
-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>