diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
commit | 57e3213639e451ddc7e2311587929b679827e385 (patch) | |
tree | 2b38c4ddded75d6142be0d45209292474f0596a8 /comms/gsmlib/Makefile | |
parent | ec67c2b687d0b609821be9dac725661545f90926 (diff) |
Notes
Diffstat (limited to 'comms/gsmlib/Makefile')
-rw-r--r-- | comms/gsmlib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 122ff5660219..809aa584273c 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -18,15 +18,10 @@ USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAN1= gsmctl.1 gsmpb.1 gsmsendsms.1 gsmsmsstore.1 -MAN7= gsminfo.7 -MAN8= gsmsmsd.8 - 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} |