diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-26 09:51:13 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-26 09:51:13 +0000 |
commit | f9cf43f2e43811088b85db74be35a7f886ebf1ab (patch) | |
tree | 885103781e0fbe9949eddbd216a102ec6ebc6ba1 /security/gnomint | |
parent | 5df57a9841770052ae9b75181dfab87dc1b0239f (diff) | |
download | ports-f9cf43f2e43811088b85db74be35a7f886ebf1ab.tar.gz ports-f9cf43f2e43811088b85db74be35a7f886ebf1ab.zip |
Notes
Diffstat (limited to 'security/gnomint')
-rw-r--r-- | security/gnomint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index 4493565711ba..6a58f893a4ea 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -17,10 +17,8 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ 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: |