oops, forgot to commit these; add a RUN_DEPENDS on vpnc-scripts which has

now been split off. Problem reported by Tomas Bodzar.
This commit is contained in:
sthen 2014-04-17 14:57:36 +00:00
parent 868d772294
commit b9df0a9ecc
2 changed files with 11 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2014/04/01 11:40:12 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2014/04/17 14:57:36 sthen Exp $
COMMENT= client for Cisco AnyConnect SSL VPN
DISTNAME= openconnect-5.99
REVISION= 0
REVISION= 1
DIST_SUBDIR= openconnect
SHARED_LIBS += openconnect 2.0 # 3.2
@ -22,18 +22,19 @@ WANTLIB += stdc++ tasn1 xml2 z ffi
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/
# used to format html during build, USE_GROFF not needed
# XXX can probably convert to using mandoc?
BUILD_DEPENDS= textproc/groff \
textproc/py-xml
MODULES= devel/gettext \
lang/python
MODPY_RUNDEP= No
# groff is used to format html during build, USE_GROFF not needed
# XXX can probably convert to using mandoc?
BUILD_DEPENDS= textproc/groff \
textproc/py-xml
LIB_DEPENDS= security/gnutls \
textproc/libxml \
net/libproxy>=0.4.6p7 \
security/oath-toolkit>=2.0.2
RUN_DEPENDS= net/vpnc-scripts
FAKE_FLAGS= pkgdatadir=${PREFIX}/share/doc/openconnect
CONFIGURE_STYLE= gnu

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2014/04/01 11:40:27 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2014/04/17 14:57:36 sthen Exp $
COMMENT= client for Cisco 3000 VPN concentrators
DISTNAME= vpnc-0.5.3
REVISION= 3
REVISION= 4
CATEGORIES= security net
HOMEPAGE= http://www.unix-ag.uni-kl.de/~massar/vpnc/
@ -18,6 +18,7 @@ MASTER_SITES= ${HOMEPAGE}
MODULES= devel/gettext
LIB_DEPENDS= security/libgcrypt>=1.2
RUN_DEPENDS= net/vpnc-scripts
USE_GMAKE= Yes
NO_TEST= Yes