* Use USE_GNOMENG

* Re-add dependency on gmake to fix build problems

PR:		41845 and 41877
This commit is contained in:
Joe Marcus Clarke 2002-08-22 04:48:10 +00:00
parent 5ae90535f3
commit 77a35b0176
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64809

View File

@ -15,8 +15,10 @@ MASTER_SITE_SUBDIR= apps/sound/libs
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
WANT_ESOUND= yes
USE_GNOMENG= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
INSTALLS_SHLIB= yes
@ -24,11 +26,12 @@ MAN1= libmikmod-config.1
.include <bsd.port.pre.mk>
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
CONFIGURE_ARGS+= --enable-esd
.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME= esound
CONFIGURE_ARGS+= --enable-esd
PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --disable-esd
CONFIGURE_ARGS+= --disable-esd
.endif
post-extract: