Add missing rdep on devel/boost to unbreak bulk builds.

From Caspar Schutijser
This commit is contained in:
dcoppa 2016-09-09 09:47:42 +00:00
parent 1e1898233b
commit dcca9b6dc8

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/05/27 00:03:44 zhuk Exp $
# $OpenBSD: Makefile,v 1.2 2016/09/09 09:47:42 dcoppa Exp $
COMMENT = C++ bindings/wrapper for gpgme
DISTNAME = gpgmepp-${VERSION}
REVISION = 0
CATEGORIES = security
SHARED_LIBS = KF5QGpgme 0.0 # 4.80
@ -14,5 +15,6 @@ KDE5 = Yes
BUILD_DEPENDS = devel/boost
LIB_DEPENDS = security/gpgme
RUN_DEPENDS = devel/boost
.include <bsd.port.mk>