diff options
Diffstat (limited to 'www/comclear')
-rw-r--r-- | www/comclear/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile index 49600617b86a..1fef30ad9d20 100644 --- a/www/comclear/Makefile +++ b/www/comclear/Makefile @@ -13,14 +13,16 @@ MASTER_SITES= http://www.neuro-tech.net/files/ MAINTAINER= roam@FreeBSD.org -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes USE_GMAKE= yes USE_AUTOMAKE= yes .include <bsd.port.pre.mk> -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .endif # Do not install docs by default, see the ifdef'd post-install below. |