aboutsummaryrefslogtreecommitdiff
path: root/audio/speex-devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-03-19 03:06:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-03-19 03:06:50 +0000
commit0aba7ebcbe83916a72e41ca73c8e4d87a0114b59 (patch)
tree8dab5d6cbe7999f7f75ea1b611346aad71dbcff4 /audio/speex-devel
parentcae7bed1c6d06973ee8ee4fec5e12c61a361eaf4 (diff)
downloadports-0aba7ebcbe83916a72e41ca73c8e4d87a0114b59.tar.gz
ports-0aba7ebcbe83916a72e41ca73c8e4d87a0114b59.zip
Fix dependency on devel/libgnugetopt.
Pointed out by: kris Approved by: kris (portmgr)
Notes
Notes: svn path=/head/; revision=77154
Diffstat (limited to 'audio/speex-devel')
-rw-r--r--audio/speex-devel/Makefile6
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>