diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 00:32:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 00:32:22 +0000 |
commit | 5f9962df0f0bc614fcc40424c81dd5c090a22c23 (patch) | |
tree | 63a234ee68dee08701bc563b538f37268c974832 | |
parent | Attached patch allows OCAML to detect and use FreeBSD's native (diff) |
Bump PORTREVISION after bugfix on 2000-02-06
Forgotten by: archie
Notes
Notes:
svn path=/head/; revision=38447
Diffstat (limited to '')
-rw-r--r-- | security/skip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile index c0a746098098..bdaad4e6adbd 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -7,6 +7,7 @@ PORTNAME= skip PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security # Note: the original source comes from Sun, via this web page: # http://skip.incog.com/src-form.html @@ -25,8 +26,8 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview # The SKIP code is restricted from export from the United States and Canada. # See the file doc/00README for legal details. RESTRICTED= Contains strong crypto; no export from U.S./Canada -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} +#NO_PACKAGE= ${RESTRICTED} +#NO_CDROM= ${RESTRICTED} IS_INTERACTIVE= yes NO_WRKSUBDIR= defined |