diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 09:06:26 +0800 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net/everybuddy | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.zst freebsd-ports-gnome-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/everybuddy')
-rw-r--r-- | net/everybuddy/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/everybuddy/Makefile b/net/everybuddy/Makefile index ff51086cf298..6672b81e01cc 100644 --- a/net/everybuddy/Makefile +++ b/net/everybuddy/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 |