aboutsummaryrefslogtreecommitdiff
path: root/misc/hello
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-04 14:32:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-04 14:32:59 +0000
commit2c1d5c8d64cc101a3c165a9655d6b6016bae8c81 (patch)
tree2a74d01b36c39e20dfd54a67d639e5c2e7a76046 /misc/hello
parentf6bc9847f71a8cb6b2709f94fceb770b8811cc80 (diff)
Notes
Diffstat (limited to 'misc/hello')
-rw-r--r--misc/hello/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile
index ee1edfbed4fb..99aca1c5c047 100644
--- a/misc/hello/Makefile
+++ b/misc/hello/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: hello
-# Date created: Fri Jul 23, 1999
-# Whom: shipley@dis.org
-#
+# Created by: shipley@dis.org
# $FreeBSD$
-#
PORTNAME= hello
PORTVERSION= 2.8
@@ -20,7 +16,9 @@ GNU_CONFIGURE= YES
MAN1= hello.1
INFO= hello
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib