summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
commit34ab4f9ae7b2f236f6efa54a10223e174df5d904 (patch)
treeefb66df1b66cf60624722719a17439c5368bada2 /emulators/xsystem35
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42199 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65306
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 2da5e3ecafb8..e1285f81b1cd 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -15,8 +15,9 @@ MAINTAINER= sf@FreeBSD.org
USE_AUTOCONF= yes
USE_GMAKE= yes
-USE_GTK= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+WANT_GNOME= yes
PKGMESSAGE= ${WRKSRC}/MESSAGE
@@ -50,8 +51,8 @@ CONFIGURE_ARGS= --without-included-gettext \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+= esound
CONFIGURE_ARGS+= --enable-audio=oss,esd --with-default-output=esd
.else
CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss