diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-18 13:49:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-18 13:49:42 +0000 |
commit | 78fccb5df8fffeb6551266bcd8b0187f891bdd56 (patch) | |
tree | 6e05ec6327afdc7d36dc6a638cfbecf5805171af /audio | |
parent | dd1bb5170257ee97047c41dd62fe4ee5e954ea94 (diff) | |
download | pkgsrc-78fccb5df8fffeb6551266bcd8b0187f891bdd56.tar.gz |
update libgetopt dependency
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index 48122499447..7e4641ba60c 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/06 03:17:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/18 13:49:42 wiz Exp $ # DISTNAME= vorbis_nightly_cvs-20000818 @@ -14,7 +14,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.vorbis.com/ .if !exists(/usr/include/getopt.h) -DEPENDS+= libgetopt-1.1:../../devel/libgetopt +DEPENDS+= libgetopt>=1.3:../../devel/libgetopt LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -lgetopt .endif |