svn commit: r384770 - head/security/gnomint

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 26 09:51:14 UTC 2015


Author: tijl
Date: Sun Apr 26 09:51:13 2015
New Revision: 384770
URL: https://svnweb.freebsd.org/changeset/ports/384770

Log:
  - Add USES=gettext-tools to fix build when NLS option is off [1]
  - Remove dependency on textproc/intltool because it's implied by
    USE_GNOME=gtk20
  
  PR:		199664 [1]
  Approved by:	Kevin Zheng <kevinz5000 at gmail.com> (maintainer) [1]

Modified:
  head/security/gnomint/Makefile

Modified: head/security/gnomint/Makefile
==============================================================================
--- head/security/gnomint/Makefile	Sun Apr 26 09:41:30 2015	(r384769)
+++ head/security/gnomint/Makefile	Sun Apr 26 09:51:13 2015	(r384770)
@@ -17,10 +17,8 @@ LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/se
 		libgnutls.so:${PORTSDIR}/security/gnutls \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
-BUILD_DEPENDS=	intltool-update:${PORTSDIR}/textproc/intltool
-
 GNU_CONFIGURE=	yes
-USES=		gmake perl5 pkgconfig readline
+USES=		gettext-tools gmake perl5 pkgconfig readline
 USE_GNOME=	gconf2 gdkpixbuf2 glib20 gtk20
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -29,7 +27,7 @@ LIBS+=		-L${LOCALBASE}/lib
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=	gettext
+NLS_USES=	gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 
 post-install:


More information about the svn-ports-all mailing list