diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /audio/xmp/Makefile | |
parent | 7dd2eb9a863452e5c328606287c11b87a590b92c (diff) | |
download | ports-8a609be53116f279d9c38adaeae64b221e32514e.tar.gz ports-8a609be53116f279d9c38adaeae64b221e32514e.zip |
Notes
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index cf50912084ab..441c3511cc21 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -21,16 +21,19 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include" USE_AUTOCONF= yes -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha" -USE_ESOUND= yes +USE_GNOME+= esound CONFIGURE_ARGS+= --disable-oss --enable-esd -.elif defined(HAVE_ESOUND) -USE_ESOUND= yes +PKGNAMESUFFIX= -esound +.elif ${HAVE_GNOME:Mesound}!="" +USE_GNOME+= esound CONFIGURE_ARGS+= --enable-esd +PKGNAMESUFFIX= -esound .endif MAN1= xmp.1 |