diff options
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 00dc531c31df..d5c60ed0cb93 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -26,10 +26,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse ESOUND_CONFIGURE_ENABLE=esd -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MESOUND} -USE_GNOME+= esound -.endif +ESOUND_USE= GNOME=esound post-patch: @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \ |