diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 22:24:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 22:24:13 +0000 |
commit | eef501a886da4d6b75c38d7cd4598076aeaca66e (patch) | |
tree | 3142ef13fa18b0c4c53a3bb067a4ef762fda391f /www/firefox10 | |
parent | Add new port Unix Amiga Delitracker Emulator with xmms plugin. (diff) |
Fix typo in BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=68956
Diffstat (limited to '')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 2647421d64ad..3e4eaf891621 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ - perl5.8.0:${PORTSDIR}/lang/perl5.7 + perl5.8.0:${PORTSDIR}/lang/perl5.8 PREFIX= ${X11BASE}/lib/${PORTNAME} |