aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-10-22 23:59:35 +0800
committertijl <tijl@FreeBSD.org>2013-10-22 23:59:35 +0800
commitaa767895ba13526d49c192969807cefb239a29fd (patch)
tree26f52e15f44f53c436663f7dfb4702f545a3f55c /converters
parent668daa92a4be67bf466be12cffa2a063f172aeb1 (diff)
downloadfreebsd-ports-gnome-aa767895ba13526d49c192969807cefb239a29fd.tar.gz
freebsd-ports-gnome-aa767895ba13526d49c192969807cefb239a29fd.tar.zst
freebsd-ports-gnome-aa767895ba13526d49c192969807cefb239a29fd.zip
- Support staging.
- USES=gmake. - Make the Requires field private in pkgconfig file.
Diffstat (limited to 'converters')
-rw-r--r--converters/libticonv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile
index af134939d533..503a5ea0fc8a 100644
--- a/converters/libticonv/Makefile
+++ b/converters/libticonv/Makefile
@@ -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>