svn commit: r362165 - head/security/osslsigncode

Johan van Selst johans at FreeBSD.org
Thu Jul 17 20:22:46 UTC 2014


Author: johans
Date: Thu Jul 17 20:22:46 2014
New Revision: 362165
URL: http://svnweb.freebsd.org/changeset/ports/362165
QAT: https://qat.redports.org/buildarchive/r362165/

Log:
  Remove useless build dependencies

Modified:
  head/security/osslsigncode/Makefile

Modified: head/security/osslsigncode/Makefile
==============================================================================
--- head/security/osslsigncode/Makefile	Thu Jul 17 20:04:18 2014	(r362164)
+++ head/security/osslsigncode/Makefile	Thu Jul 17 20:22:46 2014	(r362165)
@@ -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
 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>


More information about the svn-ports-head mailing list