svn commit: r340558 - head/textproc/libmrss

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 07:22:12 UTC 2014


Author: mat
Date: Tue Jan 21 07:22:11 2014
New Revision: 340558
URL: http://svnweb.freebsd.org/changeset/ports/340558
QAT: https://qat.redports.org/buildarchive/r340558/

Log:
  * Support staging
  * New LIB_DEPENDS format
  
  Sponsored by:	Absolight

Modified:
  head/textproc/libmrss/Makefile

Modified: head/textproc/libmrss/Makefile
==============================================================================
--- head/textproc/libmrss/Makefile	Tue Jan 21 07:17:09 2014	(r340557)
+++ head/textproc/libmrss/Makefile	Tue Jan 21 07:22:11 2014	(r340558)
@@ -10,8 +10,8 @@ MASTER_SITES=	http://www.autistici.org/b
 MAINTAINER=	clsung at 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>


More information about the svn-ports-all mailing list