diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 02:14:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 02:14:54 +0000 |
commit | 9571ef11bc9d8cc7565ab89f56103796ff395dd7 (patch) | |
tree | cc8befdcac772233d2b11833651c48d610fd80bd /graphics/jpeg/Makefile | |
parent | fix pathname (diff) |
Upgrade, 5a -> 5b. I changed shlib version from 5.0 to 5.1.
Someone please take a look!
Notes
Notes:
svn path=/head/; revision=1384
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 383ad776e092..675d78dc5479 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: jpeg -# Version required: 5a +# Version required: 5b # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.5 1995/04/01 12:45:51 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/09 07:09:34 asami Exp $ # -DISTNAME= jpegsrc.v5a -PKGNAME= jpeg-5a +DISTNAME= jpegsrc.v5b +PKGNAME= jpeg-5b CATEGORIES+= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ ftp://ftp.netcom.com/pub/tgl/uunet/ -WRKSRC= ${WRKDIR}/jpeg-5a +WRKSRC= ${WRKDIR}/jpeg-5b GNU_CONFIGURE= yes .include <bsd.port.mk> |