diff options
author | marino <marino@FreeBSD.org> | 2014-07-17 14:40:17 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-17 14:40:17 +0000 |
commit | 5332509638705335284ab7bbd03fef8a478c21d0 (patch) | |
tree | 8efcc3d4482b55f96f5cb712fe370443d909f796 | |
parent | 4d2ec8e54edd48157feeb5c2390cb2e794cf503a (diff) | |
download | FreeBSD-ports-5332509638705335284ab7bbd03fef8a478c21d0.zip FreeBSD-ports-5332509638705335284ab7bbd03fef8a478c21d0.tar.gz |
security/osslsigncode: Unbreak port by adding several build dependencies
This is why testing with poudriere is a good idea... Approved by
"Just fix it" blanket.
-rw-r--r-- | security/osslsigncode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 38984d4..74e1e5ca 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -11,8 +11,10 @@ COMMENT= OpenSSL-based signcode utility PLIST_FILES= bin/osslsigncode +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_OPENSSL= yes +USE_AUTOTOOLS= autoheader OPTIONS_DEFINE= CURL GSF OPTIONS_DEFAULT= CURL GSF |