diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/libao | |
parent | Using libicuuc.a seems to make jikes more unstable. Since this is supposed (diff) |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 42a7e0803632..c880d8d4a41b 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -32,7 +32,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 |