diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 93b8f14b85002092175020a9eb55761d91a8a613 (patch) | |
tree | fac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/ump/Makefile | |
parent | 28f497a7e40d442851196408f3474c56e2f08a02 (diff) | |
download | ports-93b8f14b85002092175020a9eb55761d91a8a613.tar.gz ports-93b8f14b85002092175020a9eb55761d91a8a613.zip |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65420
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 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 |