diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-03 21:58:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-03 21:58:40 +0000 |
commit | a642a22e35316b3d973f48dbfb7acbdf962f005e (patch) | |
tree | 930fc298ded3c372f3fdcbc9eb34239f64f8251e /graphics/xfig | |
parent | Add a pre-fetch target to make ftpget executable. This fixes the message (diff) |
Change jpeg library major to 6
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 6336ec50210d..2f39969269cb 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id$ +# $Id: Makefile,v 1.11 1995/09/26 09:45:20 asami Exp $ # DISTNAME= xfig.3.1.4 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg + jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ |