diff options
author | steve <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | 919ea254683fc089c77947c617de5f4c5a6ba835 (patch) | |
tree | 6079bcf84323bcd822b46038c4b06aa47d3e6ac2 /print | |
parent | fe0e01ed5fa1231f045bf707fdf67eabe1fca01d (diff) | |
download | FreeBSD-ports-919ea254683fc089c77947c617de5f4c5a6ba835.zip FreeBSD-ports-919ea254683fc089c77947c617de5f4c5a6ba835.tar.gz |
Remove regexp support for libxview not that it builds ELF too.
Diffstat (limited to 'print')
-rw-r--r-- | print/bibcard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibcard/Makefile b/print/bibcard/Makefile index c0e7b8c..fb15dae 100644 --- a/print/bibcard/Makefile +++ b/print/bibcard/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.4 1997/04/16 03:13:15 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:45 asami Exp $ # DISTNAME= bibcard.6.4 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@NUXI.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib NO_WRKSUBDIR= yes USE_IMAKE= yes |