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-devel/Makefile | |
parent | 487ef124a6fd1c6d2e0d4521f6142c6d9cd5aed0 (diff) | |
download | ports-31279b776136ecbbc4678e4039d17765677bcfad.tar.gz ports-31279b776136ecbbc4678e4039d17765677bcfad.zip |
Notes
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-rw-r--r-- | graphics/xfig-devel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index d2be7c8efdff..a9a4de15fdbf 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/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 |