diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-30 14:15:49 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-30 14:15:49 +0000 |
commit | af79bf4f5963cbf96591c6abf89a0b674f658611 (patch) | |
tree | 35c719af9aed8714772b82e43b37e76534f1dad0 /print/gtklp/Makefile | |
parent | 3067ed90dbfd3d738e271ba21f8afd9cdb607512 (diff) | |
download | ports-af79bf4f5963cbf96591c6abf89a0b674f658611.tar.gz ports-af79bf4f5963cbf96591c6abf89a0b674f658611.zip |
Notes
Diffstat (limited to 'print/gtklp/Makefile')
-rw-r--r-- | print/gtklp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 45359002140d..05945e909514 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -6,13 +6,12 @@ # PORTNAME= gtklp -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 DISTVERSIONSUFFIX= .src -PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= A gtk interface to cups LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client @@ -20,7 +19,6 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gnometarget gtk20 -USE_GETTEXT= yes USE_OPENSSL= yes USE_AUTOTOOLS= automake:19:env GNU_CONFIGURE= yes @@ -30,6 +28,9 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" MAN1= gtklp.1 gtklpq.1 -BROKEN= does not build +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include <bsd.port.mk> |