svn commit: r383703 - head/www/grr
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 10 07:32:19 UTC 2015
Author: bapt
Date: Fri Apr 10 07:32:18 2015
New Revision: 383703
URL: https://svnweb.freebsd.org/changeset/ports/383703
Log:
Convert to USES=gnustep
Modified:
head/www/grr/Makefile
Modified: head/www/grr/Makefile
==============================================================================
--- head/www/grr/Makefile Fri Apr 10 07:31:11 2015 (r383702)
+++ head/www/grr/Makefile Fri Apr 10 07:32:18 2015 (r383703)
@@ -11,12 +11,9 @@ DISTNAME= Grr-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Rss reader for GNUstep
-USE_GNUSTEP= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LOCAL_LIBS+= RSSKit:${RSSKIT_PORT}
+LIB_DEPENDS= libRSSKit.so:${PORTSDIR}/www/rsskit
-RSSKIT_PORT?= www/rsskit
+USES= gnustep
+USE_GNUSTEP= back build
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list