diff options
Diffstat (limited to 'comms/gsmlib/Makefile')
-rw-r--r-- | comms/gsmlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 7ab118486d2e..909ce85de0b2 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \ ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |