aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtkdps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gtkdps/Makefile')
-rw-r--r--graphics/gtkdps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index e7c70b8e88f9..8b1f04fd99d2 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -24,7 +24,9 @@ CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else