diff options
Diffstat (limited to 'audio/speex-devel/Makefile')
-rw-r--r-- | audio/speex-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index b2f28b9404f1..4bd355ffca1d 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -30,7 +30,9 @@ MAN1= speexdec.1 speexenc.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.if !exists(/usr/include/getopt.h) +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500041 LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt LDFLAGS+= -lgnugetopt .endif @@ -40,4 +42,4 @@ post-patch: 's|doc win32|win32|g ; \ s|^mandir =.*$$|mandir = @mandir@|g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |