summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/speex-devel/Makefile6
-rw-r--r--audio/speex/Makefile6
2 files changed, 8 insertions, 4 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>
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index b2f28b9404f1..4bd355ffca1d 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/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>