summaryrefslogtreecommitdiff
path: root/audio/libmikmod
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-22 04:48:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-22 04:48:10 +0000
commit77a35b0176aa1a359c4daf80bc1226ec0a838d15 (patch)
tree6060088297a18d96f32975f3d6f41da14bab145f /audio/libmikmod
parentUpgrade to version 0.3.1. This fixes build problems on -stable. (diff)
* Use USE_GNOMENG
* Re-add dependency on gmake to fix build problems PR: 41845 and 41877
Notes
Notes: svn path=/head/; revision=64809
Diffstat (limited to 'audio/libmikmod')
-rw-r--r--audio/libmikmod/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index a2d13a60fd8b..fba24be63db9 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: