summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-21 21:11:23 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-21 21:11:23 +0000
commitb2bf9ee7cd97f6929bedcd3eab643e41158e0abc (patch)
tree1cfac0c0ae98cc337ae7a16a60dbb14a6c05cfea /misc
parentThis port installs libraries linked against libXpm, so define (diff)
When compiled with X, ImageMagick conflicts with display. Warn
users about the conflict. Squeeze the pkg-comment files so they are less than 71 characters.
Notes
Notes: svn path=/head/; revision=40178
Diffstat (limited to 'misc')
-rw-r--r--misc/display/pkg-comment2
-rw-r--r--misc/display/pkg-descr3
2 files changed, 4 insertions, 1 deletions
diff --git a/misc/display/pkg-comment b/misc/display/pkg-comment
index fbe5ecbaa0d1..5f2a98423a35 100644
--- a/misc/display/pkg-comment
+++ b/misc/display/pkg-comment
@@ -1 +1 @@
-Runs a specified command over and over
+Runs command repeatedly; shows output (can conflict with ImageMagick)
diff --git a/misc/display/pkg-descr b/misc/display/pkg-descr
index 6ff4305c1c35..1a4b95ffbb03 100644
--- a/misc/display/pkg-descr
+++ b/misc/display/pkg-descr
@@ -2,3 +2,6 @@ Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line. The output
from the command had better fit on a single screen, of course.
+
+This can conflict with the application of the same name from the
+graphics/ImageMagick port/package.