diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /audio/xmp | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/xmp')
-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 cf50912..441c351 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 |