diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-29 20:16:17 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-29 20:16:17 +0000 |
commit | 38e77888590aa59b342297317ec03d3300d21618 (patch) | |
tree | b0729823aadbde308d63fab7ac2455220002f796 /graphics/jpeg-mmx/Makefile | |
parent | Janusz Kokot <janek@gaja.ipan.lublin.pl> inflicts the game of xminesweep (diff) |
Remove -g.
Submitted by: thomas
Notes
Notes:
svn path=/head/; revision=647
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index edbe83a9d62e..afeb40437c27 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: jpeg -# Version required: 5 +# Version required: 5a # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.1.1.1 1994/11/06 08:18:01 smace Exp $ +# $Id: Makefile,v 1.2 1994/11/20 15:30:24 torstenb Exp $ # -DISTNAME= jpegsrc.v5 +DISTNAME= jpegsrc.v5a GNU_CONFIGURE= yes MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ ftp://ftp.netcom.com/pub/tgl/uunet/ -WRKSRC= ${WRKDIR}/jpeg-5 +WRKSRC= ${WRKDIR}/jpeg-5a .include <bsd.port.mk> |