diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 2157e96c1756fe79e8a01802d1d710edaac50cbb (patch) | |
tree | bdb894b28622f474aadbd89b6a417c6ee83b542b /www/ump/Makefile | |
parent | b791292abe85fc042bb958b8d9f503acfdd0a54a (diff) | |
download | FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/ump/Makefile')
-rw-r--r-- | www/ump/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile index 5e05b7f..262ace3 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 |