diff options
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index c880d8d4a41b..6b15e451eb31 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -7,6 +7,7 @@ PORTNAME= libao PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ @@ -32,7 +33,7 @@ MAN5= libao.conf.5 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mesound}!="" +.if ${HAVE_GNOME:Mesound} USE_GNOME+= esound PLIST_SUB+= ESOUND="" PKGNAMESUFFIX= -esound |