diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-09 21:56:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-09 21:56:08 +0800 |
commit | 3d14acf23db93274b059f2b60e92390bb597c604 (patch) | |
tree | 08c0ba13d4b3cadc0687b6fbcfdd1803f721d14a /audio/snd/Makefile | |
parent | 14f4118404716d26662e332de517cd754ecd48e9 (diff) | |
download | freebsd-ports-gnome-3d14acf23db93274b059f2b60e92390bb597c604.tar.gz freebsd-ports-gnome-3d14acf23db93274b059f2b60e92390bb597c604.tar.zst freebsd-ports-gnome-3d14acf23db93274b059f2b60e92390bb597c604.zip |
- Update to 10.3
PR: 130718
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r-- | audio/snd/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 0930a9fa2ebe..9effdcf2548b 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= snd -PORTVERSION= 10.2 -PORTREVISION= 2 +PORTVERSION= 10.3 CATEGORIES= audio MASTER_SITES= SF \ http://mirror.mcx2.org/ @@ -19,7 +18,6 @@ OPTIONS= ESD "Use Enlightened Sound Daemon" on \ FFTW3 "Use FFTW" on \ GSL "Use GNU Scientific Library" on \ GUILE "Use Guile as the extension language" on \ - GAUCHE "Use Gauche as the extension language" off \ S7 "Use S7 as the extension language" off \ LADSPA "Include support for LADSPA plugins" on \ NLS "Native Language Support" on \ @@ -69,14 +67,6 @@ PLIST_SUB+= SCHEME="" CONFIGURE_ARGS+= --without-guile .endif -.if !defined(WITHOUT_GAUCHE) -CONFIGURE_ARGS+= --with-gauche -LIB_DEPENDS+= gauche.0:${PORTSDIR}/lang/gauche -PLIST_SUB+= SCHEME="" -.else -CONFIGURE_ARGS+= --without-gauche -.endif - .if !defined(WITHOUT_S7) CONFIGURE_ARGS+= --with-s7 PLIST_SUB+= SCHEME="" |