Add a RUN_DEPENDS on security/sudo.

ok landry@ (maintainer)
This commit is contained in:
ajacoutot 2015-07-18 14:25:08 +00:00
parent bf3eb6eaa1
commit 85a7246cce

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2015/03/27 08:16:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2015/07/18 14:25:08 ajacoutot Exp $
COMMENT= Xfce4 mount device panel plugin
XFCE_VERSION= 0.6.7
XFCE_PLUGIN= mount
REVISION= 0
REVISION= 1
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -25,4 +25,6 @@ WANTLIB += harfbuzz pthread graphite2
# needed to correctly find bindtextdomain
CONFIGURE_ENV += LIBS="-liconv"
RUN_DEPENDS= security/sudo
.include <bsd.port.mk>