diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 2157e96c1756fe79e8a01802d1d710edaac50cbb (patch) | |
tree | bdb894b28622f474aadbd89b6a417c6ee83b542b /www/comclear | |
parent | b791292abe85fc042bb958b8d9f503acfdd0a54a (diff) | |
download | FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 4960061..1fef30a 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. |