aboutsummaryrefslogtreecommitdiff
path: root/converters/libticonv
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-22 15:59:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-22 15:59:35 +0000
commit57a5f718193485bee7ce87084beef35095da0d93 (patch)
tree26f52e15f44f53c436663f7dfb4702f545a3f55c /converters/libticonv
parent2919d8fb2aaf4598615df488981cf2ae920a3d67 (diff)
downloadports-57a5f718193485bee7ce87084beef35095da0d93.tar.gz
ports-57a5f718193485bee7ce87084beef35095da0d93.zip
Notes
Diffstat (limited to 'converters/libticonv')
-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>