summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-24 02:26:13 +0000
committerkris <kris@FreeBSD.org>2006-01-24 02:26:13 +0000
commitd4beaba93e013bb9202166e645fe9461c200bbfe (patch)
treed3fa6d24247aebd5f3497f07d86b1066abfa679f /misc
parente9f669695699fbaa2dda8928afaea73cc89eebf4 (diff)
downloadFreeBSD-ports-d4beaba93e013bb9202166e645fe9461c200bbfe.zip
FreeBSD-ports-d4beaba93e013bb9202166e645fe9461c200bbfe.tar.gz
BROKEN when WITHOUT_X11: Broken dependency
Diffstat (limited to 'misc')
-rw-r--r--misc/sshbuddy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile
index 02414f3..5634413 100644
--- a/misc/sshbuddy/Makefile
+++ b/misc/sshbuddy/Makefile
@@ -18,6 +18,10 @@ RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
NO_BUILD= yes
PLIST_FILES= bin/sshbuddy
+.if defined(WITHOUT_X11)
+BROKEN= Broken dependency
+.endif
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
OpenPOWER on IntegriCloud