aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-07-17 20:22:46 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-07-17 20:22:46 +0000
commitb3db2182eec8aaa26f4b7c5ee04d0d5ec7054de8 (patch)
treee0f00161def21be6f775545593e11cb5672312a4
parent9ddb115e7037ef78d704ce3ecb36fee0b7503154 (diff)
downloadports-b3db2182eec8aaa26f4b7c5ee04d0d5ec7054de8.tar.gz
ports-b3db2182eec8aaa26f4b7c5ee04d0d5ec7054de8.zip
Notes
-rw-r--r--security/osslsigncode/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile
index 74e1e5cac65a..eb2fd4e6b0f4 100644
--- a/security/osslsigncode/Makefile
+++ b/security/osslsigncode/Makefile
@@ -11,10 +11,9 @@ COMMENT= OpenSSL-based signcode utility
PLIST_FILES= bin/osslsigncode
-USES= gmake pkgconfig
+USES= pkgconfig
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-USE_AUTOTOOLS= autoheader
OPTIONS_DEFINE= CURL GSF
OPTIONS_DEFAULT= CURL GSF
@@ -24,4 +23,7 @@ GSF_DESC?= GSF support (enables signing of e.g. MSI files)
GSF_CONFIGURE_WITH= gsf
GSF_LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf
+post-patch:
+ ${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in
+
.include <bsd.port.mk>