diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 93b8f14b85002092175020a9eb55761d91a8a613 (patch) | |
tree | fac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/comclear | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65420
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. |