svn commit: r331283 - head/converters/libticonv
Tijl Coosemans
tijl at FreeBSD.org
Tue Oct 22 15:59:36 UTC 2013
Author: tijl
Date: Tue Oct 22 15:59:35 2013
New Revision: 331283
URL: http://svnweb.freebsd.org/changeset/ports/331283
Log:
- Support staging.
- USES=gmake.
- Make the Requires field private in pkgconfig file.
Modified:
head/converters/libticonv/Makefile
Modified: head/converters/libticonv/Makefile
==============================================================================
--- head/converters/libticonv/Makefile Tue Oct 22 14:59:32 2013 (r331282)
+++ head/converters/libticonv/Makefile Tue Oct 22 15:59:35 2013 (r331283)
@@ -2,6 +2,7 @@
PORTNAME= libticonv
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
@@ -12,10 +13,11 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
+USES= gmake pathfix pkgconfig
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticonv.pc.in
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list