diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-18 07:12:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-18 07:12:27 +0800 |
commit | 534fae7a98a39ad96db4aa2f380d1cc00d04307f (patch) | |
tree | 805f72f9b9783c3925de382933f5ec36af20f30f /audio/snd/Makefile | |
parent | efce9d39a2577c88364ea2b873f920258e9e8a8c (diff) | |
download | freebsd-ports-gnome-534fae7a98a39ad96db4aa2f380d1cc00d04307f.tar.gz freebsd-ports-gnome-534fae7a98a39ad96db4aa2f380d1cc00d04307f.tar.zst freebsd-ports-gnome-534fae7a98a39ad96db4aa2f380d1cc00d04307f.zip |
- Update to 9.11
PR: 125688
Submitted by: Ports Fury
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r-- | audio/snd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index a415d4059d5d..572ba315a439 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= snd -PORTVERSION= 9.10 -PORTREVISION= 1 +PORTVERSION= 9.11 CATEGORIES= audio MASTER_SITES= SF @@ -89,7 +88,7 @@ CONFIGURE_ARGS+= --with-ruby .endif .if defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-no-gui +CONFIGURE_ARGS+= --with-no-gui PLIST_SUB+= X11="@comment " .else USE_GNOME+= gtk20 |