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/gtk+licq | |
parent | 213b2478c02ba1609742a8498ac94be47d799aac (diff) |
Notes
Diffstat (limited to 'net/gtk+licq')
-rw-r--r-- | net/gtk+licq/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile index 068bb00ef1b1..2e4ed207c712 100644 --- a/net/gtk+licq/Makefile +++ b/net/gtk+licq/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= licq:${PORTSDIR}/net/licq # It breaks the build for some reason #USE_LIBTOOL= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -29,8 +30,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome CONFIGURE_ARGS+= --enable-gnome .else CONFIGURE_ARGS+= --disable-gnome |