aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-11-16 00:30:00 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-11-16 00:30:00 +0000
commit242073ad09bcb954043196f74b096b1dde2b4028 (patch)
tree363506e7dd9e291951b16954bff2860dae770025 /security/cryptopp
parent25b87f8475c1b46d045156401380bdf85ed7e4f8 (diff)
downloadports-242073ad09bcb954043196f74b096b1dde2b4028.tar.gz
ports-242073ad09bcb954043196f74b096b1dde2b4028.zip
Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of ports
instead of their own respective settings.
Notes
Notes: svn path=/head/; revision=401738
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index 68c46dfef8d9..ac3606f4d8a0 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -15,7 +15,6 @@ COMMENT= Free C++ class library of Cryptographic Primitives
OPTIONS_DEFINE= DEBUG DOCS GCC STATIC THREADS
OPTIONS_DEFAULT= THREADS
STATIC_DESC= Build static version only (no shared libs)
-GCC_DESC= Build with current GCC
.include <bsd.port.options.mk>