diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-26 10:04:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-26 10:04:02 +0000 |
commit | 0ffe4db9f98762951ba187ee2116b439e9a55f81 (patch) | |
tree | 2a3f1bdd8ef85ec8f0a51e55fd35a6d729193a8b /devel/roboctl | |
parent | 3421b3add39582b6bb4401d9650923331a9023fd (diff) |
Notes
Diffstat (limited to 'devel/roboctl')
-rw-r--r-- | devel/roboctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/roboctl/Makefile b/devel/roboctl/Makefile index 78d2f8602b69..06f848d0be85 100644 --- a/devel/roboctl/Makefile +++ b/devel/roboctl/Makefile @@ -25,7 +25,7 @@ MAN3= roboctl.3 .include <bsd.port.pre.mk> .if defined(WITH_CUTECOM) -RUN_DEPENDS+= cutecom:${PORTSDIR}/comms/cutecom-devel +RUN_DEPENDS+= cutecom:${PORTSDIR}/comms/cutecom .endif .include <bsd.port.post.mk> |