diff options
author | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
commit | 919ea254683fc089c77947c617de5f4c5a6ba835 (patch) | |
tree | 6079bcf84323bcd822b46038c4b06aa47d3e6ac2 /security | |
parent | fe0e01ed5fa1231f045bf707fdf67eabe1fca01d (diff) | |
download | freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.gz freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.zst freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.zip |
Remove regexp support for libxview not that it builds ELF too.
Diffstat (limited to 'security')
-rw-r--r-- | security/skip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile index af197a600b17..2efa4d71fae7 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -3,7 +3,7 @@ # Date created: 26 November 1997 # Whom: Archie L. Cobbs <archie@whistle.com> # -# $Id: Makefile,v 1.1.1.1 1998/01/09 23:23:40 julian Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:47 asami Exp $ DISTNAME= skip-1.0 CATEGORIES= security @@ -15,7 +15,7 @@ MAINTAINER= archie@whistle.com BUILD_DEPENDS= ${X11BASE}/lib/libxview.a:${PORTSDIR}/x11-toolkits/xview-lib \ ${X11BASE}/lib/X11/config/XView.cf:${PORTSDIR}/x11-toolkits/xview-config -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib # The SKIP code is restricted from export from the United States and Canada. # See the file doc/00README for legal details. |