diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-15 14:53:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-15 14:53:41 +0800 |
commit | cd324a9709ab3ad0692bf3b6e3f523b2882466fa (patch) | |
tree | 3bdca8051f665a494201181ac1697e70c4862494 /audio/madplay | |
parent | 3a8bd6f8dcadcf9dc007ea0b9d4a7862f2df22a8 (diff) | |
download | freebsd-ports-gnome-cd324a9709ab3ad0692bf3b6e3f523b2882466fa.tar.gz freebsd-ports-gnome-cd324a9709ab3ad0692bf3b6e3f523b2882466fa.tar.zst freebsd-ports-gnome-cd324a9709ab3ad0692bf3b6e3f523b2882466fa.zip |
- fix option WITHOUT_ESOUND
PR: 165128
Submitted by: Axel Gonzalez
Diffstat (limited to 'audio/madplay')
-rw-r--r-- | audio/madplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index f349a50f3162..fff661b25e87 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -44,9 +44,9 @@ PLIST_SUB+= NLS="@comment " .endif .if !defined(WITHOUT_ESOUND) -CONFIGURE_ARGS+= --without-esd -.else USE_GNOME+= esound +.else +CONFIGURE_ARGS+= --without-esd .endif post-install: |