diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-21 01:02:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-21 01:02:01 +0800 |
commit | c437c98cfc14ef5b6f8623054ff4241b2eeb725b (patch) | |
tree | ce764b978c82e44c60cf0e5bcfe8b1e90006a8d4 /x11-wm/e16 | |
parent | 74896332becf31c9992c332c5af574c8021cb5e3 (diff) | |
download | freebsd-ports-gnome-c437c98cfc14ef5b6f8623054ff4241b2eeb725b.tar.gz freebsd-ports-gnome-c437c98cfc14ef5b6f8623054ff4241b2eeb725b.tar.zst freebsd-ports-gnome-c437c98cfc14ef5b6f8623054ff4241b2eeb725b.zip |
Fix the path of BUILD_DEPEND.
PR: ports/7321
Submitted by: toyonaga@msd.ts.fujitsu.co.jp
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 5e589b487b70..2a62a15fa932 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.15 1998/07/19 06:34:35 vanilla Exp $ +# $Id: Makefile,v 1.16 1998/07/19 20:52:01 steve Exp $ # DISTNAME= enlightenment-0.14 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ MAINTAINER= vanilla@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk +#BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \ Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \ |