1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Support staging.

- USES=gmake.
- Make the Requires field private in pkgconfig file.
This commit is contained in:
Tijl Coosemans 2013-10-22 15:59:35 +00:00
parent 2919d8fb2a
commit 57a5f71819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331283

View File

@ -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>