1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Remove useless build dependencies

This commit is contained in:
Johan van Selst 2014-07-17 20:22:46 +00:00
parent 9ddb115e70
commit b3db2182ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362165

View File

@ -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>