diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 10:22:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 10:22:41 +0000 |
commit | 062ed8d36fcff34f0d3051dd7687377d27558a32 (patch) | |
tree | 35173dab2afafdac2c12b688bfc1f1397a7b8cfb /print/gtklp | |
parent | 00787ee8ab577b8449043d2c735d6136daf31f74 (diff) |
Notes
Diffstat (limited to 'print/gtklp')
-rw-r--r-- | print/gtklp/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 51962010d463..26eda1d756c0 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtklp -# Date created: 22 Oct 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# +# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # $FreeBSD$ -# PORTNAME= gtklp PORTVERSION= 1.2.9 @@ -13,7 +9,7 @@ CATEGORIES= print MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org -COMMENT= A gtk interface to cups +COMMENT= GTK interface to cups LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client @@ -28,7 +24,9 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gtklp.1 gtklpq.1 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .endif |