diff options
author | steve <steve@FreeBSD.org> | 1998-07-20 04:52:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-20 04:52:01 +0800 |
commit | 7a7bf19f61528c2a1cc946f83515336ad58aa4d0 (patch) | |
tree | 495598797c12ba27c1313a421442e6961f698ba5 /x11-wm | |
parent | 5f454bb8c06474e32c80964a4c60739061544f89 (diff) | |
download | freebsd-ports-gnome-7a7bf19f61528c2a1cc946f83515336ad58aa4d0.tar.gz freebsd-ports-gnome-7a7bf19f61528c2a1cc946f83515336ad58aa4d0.tar.zst freebsd-ports-gnome-7a7bf19f61528c2a1cc946f83515336ad58aa4d0.zip |
Correct a typo from previous commit.
PR: 7322
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index b27cfeae3605..5e589b487b70 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.14 1998/07/02 17:42:55 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/07/19 06:34:35 vanilla 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/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 \ diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index b27cfeae3605..5e589b487b70 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.14 1998/07/02 17:42:55 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/07/19 06:34:35 vanilla 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/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 \ diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index b27cfeae3605..5e589b487b70 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.14 1998/07/02 17:42:55 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/07/19 06:34:35 vanilla 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/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 \ |