diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-22 04:48:10 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-22 04:48:10 +0000 |
commit | 15091f654b7e41cf4fcb49082e2e653cd13d27b5 (patch) | |
tree | defdd69857c46d4058b1d89922301d243946b47e /audio/libmikmod/Makefile | |
parent | 218f103018ce63d61c94cb2061c743b1bc8d0d2d (diff) | |
download | FreeBSD-ports-15091f654b7e41cf4fcb49082e2e653cd13d27b5.zip FreeBSD-ports-15091f654b7e41cf4fcb49082e2e653cd13d27b5.tar.gz |
* Use USE_GNOMENG
* Re-add dependency on gmake to fix build problems
PR: 41845 and 41877
Diffstat (limited to 'audio/libmikmod/Makefile')
-rw-r--r-- | audio/libmikmod/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index a2d13a6..fba24be 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -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: |