From dom@myrddin.demon.co.uk  Sun Jul 19 13:22:21 1998
Received: from myrddin.demon.co.uk (exim@myrddin.demon.co.uk [158.152.54.180])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17312
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Jul 1998 13:22:19 -0700 (PDT)
          (envelope-from dom@myrddin.demon.co.uk)
Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1)
	id 0yxzxb-0003AG-00; Sun, 19 Jul 1998 21:21:31 +0100
Message-Id: <E0yxzxb-0003AG-00.qmail@myrddin.demon.co.uk>
Date: Sun, 19 Jul 1998 21:21:31 +0100
From: Dom Mitchell <dom@myrddin.demon.co.uk>
Reply-To: dom@myrddin.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: problem in enlightenment-0.14 port
X-Send-Pr-Version: 3.2

>Number:         7322
>Category:       ports
>Synopsis:       problem in enlightenment-0.14 port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 19 13:30:02 PDT 1998
>Closed-Date:    Sun Jul 19 13:52:27 PDT 1998
>Last-Modified:  Sun Jul 19 13:52:59 PDT 1998
>Originator:     Dom Mitchell
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Big orange angry things, inc.
>Environment:

FreeBSD myrddin.demon.co.uk 3.0-CURRENT FreeBSD 3.0-CURRENT #3: Sun Jul  5 15:50:59 BST 1998     root@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN  i386

>Description:

The enlightenment 0.14 port Makefile has a typo in it.

>How-To-Repeat:

# pkg_delete p5-Gtk-0.2.2
# cd /usr/port/x11/enlightenment && make

>Fix:
	
	Apply this patch:

diff -u -r1.15 Makefile
--- Makefile    1998/07/19 06:34:35     1.15
+++ Makefile    1998/07/19 20:17:14
@@ -14,7 +14,7 @@
 
 MAINTAINER=    vanilla@FreeBSD.ORG
 
-BUILD_DEPENDS=  ${PREFIX}/lib/perl/5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
+BUILD_DEPENDS=  ${PREFIX}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
 
 LIB_DEPENDS=   esd\\.0\\.0:${PORTSDIR}/audio/esound \
                Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Jul 19 13:52:27 PDT 1998 
State-Changed-Why:  
Suggested patch committed, thanks! 
>Unformatted:
