aboutsummaryrefslogtreecommitdiffstats
path: root/www/ump
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-01 23:31:33 +0800
committerlioux <lioux@FreeBSD.org>2002-09-01 23:31:33 +0800
commit2157e96c1756fe79e8a01802d1d710edaac50cbb (patch)
treebdb894b28622f474aadbd89b6a417c6ee83b542b /www/ump
parentb791292abe85fc042bb958b8d9f503acfdd0a54a (diff)
downloadfreebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz
freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.zst
freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip
Deploy USE_GNOMENG infrastructure
PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/ump')
-rw-r--r--www/ump/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile
index 5e05b7fb0c8d..262ace36edf6 100644
--- a/www/ump/Makefile
+++ b/www/ump/Makefile
@@ -33,7 +33,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ump
USE_GMAKE= yes
USE_XLIB= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
# CONFIGURE_ARGS+= --enable-motif
EXTRA_PATCHES= ${.CURDIR}/../../audio/timidity++/files/*
PKGDIR= ${.CURDIR}
@@ -45,8 +46,9 @@ WRKSRC= ${WRKDIR}/TiMidity++-${TIMIDITY_VERSION}
.include <bsd.port.pre.mk>
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME= esound
+PKGNAMESUFFIX= -esound
CONFIGURE_ARGS+= --enable-audio=oss,esd
.else
CONFIGURE_ARGS+= --enable-audio=oss