diff options
author | johans <johans@FreeBSD.org> | 2014-07-18 04:22:46 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-07-18 04:22:46 +0800 |
commit | 906b9bd5c0c610fee36d83e5725728294fbf9495 (patch) | |
tree | e0f00161def21be6f775545593e11cb5672312a4 | |
parent | b4e9263d2a460c4e745e04ae0c0ec571368817be (diff) | |
download | freebsd-ports-gnome-906b9bd5c0c610fee36d83e5725728294fbf9495.tar.gz freebsd-ports-gnome-906b9bd5c0c610fee36d83e5725728294fbf9495.tar.zst freebsd-ports-gnome-906b9bd5c0c610fee36d83e5725728294fbf9495.zip |
Remove useless build dependencies
-rw-r--r-- | security/osslsigncode/Makefile | 6 |
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> |