diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (patch) | |
tree | b30ed2b5536a097f7dedd7f93759426c246d1d38 /net/ayttm | |
parent | 213b2478c02ba1609742a8498ac94be47d799aac (diff) | |
download | ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.tar.gz ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.zip |
Notes
Diffstat (limited to 'net/ayttm')
-rw-r--r-- | net/ayttm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index ff51086cf298..6672b81e01cc 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -16,8 +16,9 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ iconv.3:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes -USE_GTK= yes -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes +USE_GNOME= gtk12 USE_REINPLACE= yes USE_GMAKE= yes USE_BISON= yes @@ -31,8 +32,9 @@ MAN1= everybuddy.1 .include <bsd.port.pre.mk> -.if defined(HAVE_ESOUND) -USE_ESOUND= yes +.if ${HAVE_GNOME:Mesound}!="" +USE_GNOME+= esound +PKGNAMESUFFIX= -esound .else CONFIGURE_ARGS+= --disable-esd .endif |