diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
commit | a7e780e5afef1693ff53871fbfdf6309d67e1acf (patch) | |
tree | 7969e549b157dc88fcbe5f111e21930a598c2e54 /print | |
parent | 32e3da09bb0c1bc1eec493aa626a9f1c3a74d1d8 (diff) | |
download | ports-a7e780e5afef1693ff53871fbfdf6309d67e1acf.tar.gz ports-a7e780e5afef1693ff53871fbfdf6309d67e1acf.zip |
Remove regexp support for Xaw3d since it can now be built in
an ELF world.
Notes
Notes:
svn path=/head/; revision=13273
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index a8fda2084073..2a0ffcfc5062 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Apr 1996 # Whom: tg@freebsd.org # -# $Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp $ +# $Id: Makefile,v 1.17 1998/08/07 23:56:46 asami Exp $ # DISTNAME= gv-3.5.8 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/ MAINTAINER= ports@freebsd.org -LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes |