summaryrefslogtreecommitdiff
path: root/net/gnugadu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnugadu/Makefile')
-rw-r--r--net/gnugadu/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/gnugadu/Makefile b/net/gnugadu/Makefile
index 199d054d9a3d..deeeba08fcda 100644
--- a/net/gnugadu/Makefile
+++ b/net/gnugadu/Makefile
@@ -16,13 +16,15 @@ MAINTAINER= doc@lublin.t1.pl
WRKSRC= ${WRKDIR}/gg-${PORTVERSION}
USE_GMAKE= yes
-USE_GTK= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+WANT_GNOME= yes
GNU_CONFIGURE= yes
.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