diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | 62f2687e21efa9182fc47d85c28ed4d7ee4b85e1 (patch) | |
tree | de541bc37f21e5a2770f7af38a36ecbeca417671 /security/cyrus-sasl2 | |
parent | - Significantly reduce overhead associated with bsd.port.mk by replacing .USE (diff) |
Add USE_SUBMAKE, where it might be necessary.
Notes
Notes:
svn path=/head/; revision=56610
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index e369d5d7159d..ff6a79257d45 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -27,6 +27,7 @@ PATCHFILES= sasl_apop_patch.gz \ MAINTAINER= hetzels@westbend.net +USE_SUBMAKE= yes USE_OPENSSL= YES INSTALLS_SHLIB= yes |