diff options
author | jlam <jlam> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-07-15 18:27:48 +0000 |
commit | d2eea181f0c5ef51db2ef63ecadc8d3add70bd6b (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /mail/postfix-current | |
parent | 6b7892b7405d77307d3b0c21dd5229fd6fa9d116 (diff) | |
download | pkgsrc-d2eea181f0c5ef51db2ef63ecadc8d3add70bd6b.tar.gz |
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index a8c4967c45d..9d609b2113d 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2005/05/16 01:32:23 jlam Exp $ +# $NetBSD: options.mk,v 1.10 2005/07/15 18:27:51 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.postfix #PKG_SUPPORTED_OPTIONS= inet6 ldap mysql mysql4 pcre pgsql sasl tls @@ -30,7 +30,7 @@ PKG_SUPPORTED_OPTIONS= ldap mysql mysql4 pcre pgsql sasl # SITES_${TLS_PATCH}= http://mirrors.loonybin.net/postfix_tls/ \ # ftp://mirrors.loonybin.net/pub/postfix_tls/ \ # ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/ -# PKGSRC_USE_TOOLS+= tar +# USE_TOOLS+= tar # PATCH_DIST_CAT.${TLS_PATCH}= ${TAR} -zxOf ${TLS_PATCH} "*/pfixtls.diff" # PATCH_DIST_STRIP.${TLS_PATCH}= -p1 # . endif |