diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-29 02:23:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-29 02:23:44 +0800 |
commit | 3646c46124a8d0e5c86fabe492b06bf0e2b0d221 (patch) | |
tree | 2852484f0109567a8e9d36e5f2825f079eba3070 /security/openssl | |
parent | d168769a18094d19b0b56cdad9481a0091d65fb1 (diff) | |
download | freebsd-ports-gnome-3646c46124a8d0e5c86fabe492b06bf0e2b0d221.tar.gz freebsd-ports-gnome-3646c46124a8d0e5c86fabe492b06bf0e2b0d221.tar.zst freebsd-ports-gnome-3646c46124a8d0e5c86fabe492b06bf0e2b0d221.zip |
- reset GREP_OPTIONS
PR: 188030
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index c076d823cb1c..3da653aef837 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -52,7 +52,7 @@ NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch USES= perl5 USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive -MAKE_ENV+= LIBRPATH="${PREFIX}/lib" +MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= SUB_FILES= pkg-message OPENSSLDIR= ${PREFIX}/openssl |