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 /polish/gnugadu2 | |
parent | 213b2478c02ba1609742a8498ac94be47d799aac (diff) | |
download | ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.tar.gz ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.zip |
Notes
Diffstat (limited to 'polish/gnugadu2')
-rw-r--r-- | polish/gnugadu2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 199d054d9a3d..deeeba08fcda 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/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 |