summaryrefslogtreecommitdiff
path: root/www/Mosaic
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
commit4dc064b0c51daf8a534869cf647ddda8f27693df (patch)
treeffea49d9cc67b8576749be804de23181e7a3f61a /www/Mosaic
parentUpgrade to 0.74, and use gtk11 now. (diff)
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp support.)
Notes
Notes: svn path=/head/; revision=13147
Diffstat (limited to 'www/Mosaic')
-rw-r--r--www/Mosaic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index 726e4a0a199f..d4624bf36e28 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 August 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.16 1998/08/05 09:31:38 asami Exp $
+# $Id: Makefile,v 1.17 1998/09/15 11:13:31 asami Exp $
#
DISTNAME= Mosaic-src-2.7b5
@@ -11,7 +11,7 @@ PKGNAME= mosaic-2.7b5
CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
-LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${PORTSDIR}/graphics/png \
Xpm.5:${PORTSDIR}/graphics/xpm \