diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | a198154cf277f8795e1ab43acb6bc191f9fcccf9 (patch) | |
tree | 3680bcca1bfc92629c58f00af8f9ee3d15436008 /security | |
parent | acff2425c05908639e91e5f4da2d89e94230bb1a (diff) | |
download | ports-a198154cf277f8795e1ab43acb6bc191f9fcccf9.tar.gz ports-a198154cf277f8795e1ab43acb6bc191f9fcccf9.zip |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
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. |