diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 02:26:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 02:26:13 +0000 |
commit | 9182ebb0b0db50138e48e35b19eb0c66fdc1e6a5 (patch) | |
tree | f7adff8c7d0172ef15f3f646aa229129545703aa | |
parent | Fix Patch sites (diff) |
BROKEN when WITHOUT_X11: Broken dependency
Notes
Notes:
svn path=/head/; revision=154306
-rw-r--r-- | misc/sshbuddy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index 02414f3dfda2..56344133d72b 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 |