diff options
Diffstat (limited to 'graphics/geomorph/Makefile')
-rw-r--r-- | graphics/geomorph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 7f7935c725c1..48022cde2b95 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-libintl-prefix="${LOCALBASE}" PLIST_SUB= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |