diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-01 20:47:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-01 20:47:31 +0000 |
commit | e78db356ad934ffceb087811e76220bfa431c273 (patch) | |
tree | aa8463a4c0bca967b1fa2cb90ab1f5c8f96f8e8d /sysutils/pkg_install/Makefile | |
parent | bcc645405bf6ae96ee35e6eb5626a7c54577cff5 (diff) | |
download | ports-e78db356ad934ffceb087811e76220bfa431c273.tar.gz ports-e78db356ad934ffceb087811e76220bfa431c273.zip |
Remove OpenSSL support in this port so that it does not depend on any other
port to be installed. Note, the port still uses USE_BZIP2, but as soon
as the local mirrors update, I will remove this as well.
This prevents infinite loops on systems <= 4.6.
Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=88307
Diffstat (limited to 'sysutils/pkg_install/Makefile')
-rw-r--r-- | sysutils/pkg_install/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index 4346c9a1c6e7..28bd914e772c 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/pkg_install/Makefile @@ -7,6 +7,7 @@ PORTNAME= pkg_install PORTVERSION= 20030714 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcus @@ -15,14 +16,12 @@ MAINTAINER= portmgr@freebsd.org COMMENT= FreeBSD 5.x version of the package tools for older system releases USE_BZIP2= yes -USE_OPENSSL= yes MANCOMPRESSED= yes MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \ - pkg_info.1 pkg_sign.1 pkg_version.1 -MLINKS= pkg_sign.1 pkg_check.1 + pkg_info.1 pkg_version.1 -MAKE_ARGS= -DNOOBJ +MAKE_ARGS= -DNOOBJ -DNOCRYPT -DNO_OPENSSL .include <bsd.port.pre.mk> |