aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mad
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
committermarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
commitc09dc513f70813fd1915b12787ca0e934c4e4f5d (patch)
treed861acef1f689743981e09642f332436fdd4994a /audio/mad
parent0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff)
downloadfreebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.zst
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
index ee0e48b428e1..52092a50a46c 100644
--- a/audio/mad/Makefile
+++ b/audio/mad/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= jason@mastaler.com
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
USE_AUTOCONF= yes
USE_LIBTOOL= yes
@@ -35,8 +36,9 @@ MAN1= abxtest.1 madplay.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+= esound
+PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --without-esd
.endif