diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-08-28 04:27:57 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-08-28 04:27:57 +0000 |
commit | 31279b776136ecbbc4678e4039d17765677bcfad (patch) | |
tree | 2ceaae186046d0db701e9c9cfa6105dd9e0eaf3c /graphics/xfig/Makefile | |
parent | Bring transfig up to 3.2, so I can bring xfig up to date also. (diff) |
Upgrade Xfig to the 3.2 level. Accompanied by the transfig upgrade
at the same time (see ports/print/transfig).
Submitted by: Brian N. Handy <handy@sag.space.lockheed.com>
Notes
Notes:
svn path=/head/; revision=7711
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index d2be7c8efdff..a9a4de15fdbf 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xfig -# Version required: 3.1.4 +# Version required: 3.2 # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.14 1996/11/19 04:18:46 asami Exp $ +# $Id: Makefile,v 1.15 1997/05/02 04:12:10 asami Exp $ # -DISTNAME= xfig.3.1.4 -PKGNAME= xfig-3.1.4 +DISTNAME= xfig.3.2 +PKGNAME= xfig-3.2 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/drawing_tools/xfig @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg + jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ + Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes |