From 850267c0e7de1e661c7473bbfbb0261e248188e2 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 21 Sep 1998 01:35:33 +0000 Subject: Remove regexp support for Xaw3d since it can now be built in an ELF world. --- graphics/xfig-devel/Makefile | 4 ++-- graphics/xfig/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 9e5d229ed69..096243eff04 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.23 1998/09/15 11:45:59 asami Exp $ +# $Id: Makefile,v 1.24 1998/09/17 00:32:42 asami Exp $ # DISTNAME= xfig.3.2.2 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d + Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 9e5d229ed69..096243eff04 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.23 1998/09/15 11:45:59 asami Exp $ +# $Id: Makefile,v 1.24 1998/09/17 00:32:42 asami Exp $ # DISTNAME= xfig.3.2.2 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d + Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes -- cgit