diff options
Diffstat (limited to 'comms/gsmlib')
-rw-r--r-- | comms/gsmlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 809aa584273c..50f091160160 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -22,6 +22,8 @@ CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \ ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |