diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-03 21:36:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-03 21:36:58 +0000 |
commit | 2ab9feaa66ab3cd27a9fe5cc1e4333cf7a16aeaf (patch) | |
tree | b8194c9b66dc4ad7308b3b1dd1e0cc96a2c5fa9f /security | |
parent | a66ec3d2fd1436063b198fa652ac48028aaf59e6 (diff) | |
download | pkgsrc-2ab9feaa66ab3cd27a9fe5cc1e4333cf7a16aeaf.tar.gz |
Get rid of some more stuff that was to be removed after 2005Q3.
Diffstat (limited to 'security')
-rw-r--r-- | security/tkpasman/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/tkpasman/options.mk b/security/tkpasman/options.mk index e295dbacc4d..3deaa764af4 100644 --- a/security/tkpasman/options.mk +++ b/security/tkpasman/options.mk @@ -1,12 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2005/08/01 11:45:56 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2005/10/03 21:36:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tkpasman PKG_SUPPORTED_OPTIONS= ssl PKG_SUGGESTED_OPTIONS= ssl -# remove after pkgsrc-2005Q3 -PKG_OPTIONS_LEGACY_VARS+= TKPASMAN_USE_SSL:ssl - .include "../../mk/bsd.options.mk" # SSL support |