diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-20 17:38:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-20 17:38:13 +0000 |
commit | 41ffb0ca1b6917df45000ac5d1f99cb9a82f8a9d (patch) | |
tree | 11af79bdd344d6d98c73db24cc73aa8198e75af0 /x11-wm/enlightenment-devel | |
parent | 0f9f1d5263f66edabf474175e741582fa91bec15 (diff) | |
download | ports-41ffb0ca1b6917df45000ac5d1f99cb9a82f8a9d.tar.gz ports-41ffb0ca1b6917df45000ac5d1f99cb9a82f8a9d.zip |
Fix a typo error :)
Notes
Notes:
svn path=/head/; revision=12021
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 2a62a15fa932..34a4ad1a0af1 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.16 1998/07/19 20:52:01 steve Exp $ +# $Id: Makefile,v 1.17 1998/07/20 17:02:01 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= ${LOCALBASE}/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 \ |