diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:32:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:32:15 +0000 |
commit | 8a2a8bb8997417cb4823cb4df4c7203b6af0854d (patch) | |
tree | 0971aa6920fdc85b5cf0b6ca3ae2a7809470bd3b /x11-wm/e16/Makefile | |
parent | Upgrade to 5.36, and make it compatible with perl5.00501. (diff) |
Fix the path of p5-Gtk.
Notes
Notes:
svn path=/head/; revision=12306
Diffstat (limited to 'x11-wm/e16/Makefile')
-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 cde7c77b8284..a998bc06f30e 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.18 1998/07/20 17:38:13 vanilla Exp $ +# $Id: Makefile,v 1.19 1998/08/05 09:31:41 asami Exp $ # DISTNAME= enlightenment-0.14 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ MAINTAINER= vanilla@FreeBSD.ORG -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${PORTSDIR}/x11/p5-Gtk LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \ Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \ |