From 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 3 Sep 2002 01:06:26 +0000 Subject: Deploy USE_GNOMENG infrastructure PR: 42345 Submitted by: Edwin Groothuis --- net/netscript/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'net/netscript') diff --git a/net/netscript/Makefile b/net/netscript/Makefile index 7a4db8f96a6e..bfac79f4d1c3 100644 --- a/net/netscript/Makefile +++ b/net/netscript/Makefile @@ -18,12 +18,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes .include -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk ALL_TARGET= gbsd .else ALL_TARGET= bsd -- cgit