diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 04:18:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 04:18:49 +0000 |
commit | 6b553b9eb3cc6e3a4c683ce32abd6db72b66d184 (patch) | |
tree | 1c831947b30006f7e541bd9e09975185066ca30b /graphics/xfig | |
parent | e50f501574133253390670983463f565a642b8c6 (diff) | |
download | ports-6b553b9eb3cc6e3a4c683ce32abd6db72b66d184.tar.gz ports-6b553b9eb3cc6e3a4c683ce32abd6db72b66d184.zip |
Notes
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 3d41cee55325..e2cf9c52c6cb 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.12 1995/10/03 21:58:31 ache Exp $ +# $Id: Makefile,v 1.13 1996/11/18 09:53:53 asami Exp $ # DISTNAME= xfig.3.1.4 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg + jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ |