diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 09:07:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 09:07:58 +0000 |
commit | 86d16f2675fd705fa78870828e0e4c66cd5972d3 (patch) | |
tree | 20ce818981a1c16901fb0154cfeb10e7887519be /sysutils/lxterminal | |
parent | 3657d5cb0d39e774a6a7f4d15f055031c01ff483 (diff) |
Notes
Diffstat (limited to 'sysutils/lxterminal')
-rw-r--r-- | sysutils/lxterminal/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index a93fee7404ec..fd25aa4bf92c 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lxterminal -# Date created: 2010/09/24 -# Whom: Kris Moore <kmoore@freebsd.org> -# +# Created by: Kris Moore <kmoore@freebsd.org> # $FreeBSD$ -# PORTNAME= lxterminal PORTVERSION= 0.1.11 @@ -24,7 +20,9 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= lxterminal.1 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include |