From owner-freebsd-ports Fri Aug 30 5:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C37137B400 for ; Fri, 30 Aug 2002 05:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA51143E6A for ; Fri, 30 Aug 2002 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UCA1JU025095 for ; Fri, 30 Aug 2002 05:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UCA1Tm025094; Fri, 30 Aug 2002 05:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7100437B401 for ; Fri, 30 Aug 2002 05:03:04 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB84C43E3B for ; Fri, 30 Aug 2002 05:03:03 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 4628F2B739 for ; Fri, 30 Aug 2002 14:03:01 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 000926A7124; Fri, 30 Aug 2002 22:02:56 +1000 (EST) Message-Id: <20020830120256.000926A7124@k7.mavetju> Date: Fri, 30 Aug 2002 22:02:56 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42207: [patch] make ports/lang GNOMENG aware Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42207 >Category: ports >Synopsis: [patch] make ports/lang GNOMENG aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 05:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: make ports/lang GNOMENG aware >How-To-Repeat: n/a >Fix: lang/dylan --- lang/dylan/Makefile.old Fri Aug 30 21:59:29 2002 +++ lang/dylan/Makefile Fri Aug 30 22:01:20 2002 @@ -40,7 +40,8 @@ USE_LIBTOOL= yes MAKEFILE= GNUmakefile ALL_TARGET= default -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= d2c.1 make-dylan-app.1 melange.1 mindy.1 mindycomp.1 MAN5= platforms.descr.5 @@ -48,8 +49,8 @@ .include -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 PLIST_SUB+= GTK_ONLY="" .else PLIST_SUB+= GTK_ONLY="@comment " >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message