diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
commit | e482e392f687b2248d2975d68327324a858e1273 (patch) | |
tree | f00883f68004a81b9e525ad5cc94de309898b666 /comms | |
parent | 5183b406511b98ffef72263a3609234aaaa0d4fb (diff) | |
download | ports-e482e392f687b2248d2975d68327324a858e1273.tar.gz ports-e482e392f687b2248d2975d68327324a858e1273.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index c129e3258b78..03ce0e2ff9b8 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -32,15 +32,13 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl CONFIGURE_ARGS+=--with-gtk-version=gtk2 -.include <bsd.port.options.mk> +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_OFF= --disable-nls +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-install: @${ECHO} |