diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-03 22:11:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-03 22:11:56 +0000 |
commit | b53309d57ed3680e4ca2f0ff5a1c252257032bf6 (patch) | |
tree | b7271e2ee848ee3199bdb253dcfd722eda027dc1 /www/Mosaic | |
parent | Change jpeg library major to 6 (diff) |
Change libjpeg major to
Notes
Notes:
svn path=/head/; revision=2236
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index c07fda219051..5ab45d08000d 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,12 +3,12 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/23 13:38:35 jkh Exp $ # DISTNAME= Mosaic-src-2.6 CATEGORIES= networking -LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= default |