aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-13 08:44:15 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-13 08:44:15 +0000
commitf5eafb1ccfedfd727e439a446fd0c40604682899 (patch)
treeabf889bf1ca8393c52f2c920883128cebd5853c1
parentc1367ccccb95882e4016a4662b830b74a25b33d3 (diff)
Notes
-rw-r--r--net/istgt/Makefile2
-rw-r--r--net/py-beanstalkc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile
index bdbd29166719..7c3ff4b62bf3 100644
--- a/net/istgt/Makefile
+++ b/net/istgt/Makefile
@@ -22,7 +22,7 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= SYMLNKDEV VBOXVD DOCS
SYMLNKDEV_DESC= Allow symbolic link for device file
-VBOXVD_DESC= Build with VBox VD support (no X11 required)
+VBOXVD_DESC= VirtualBox VD support (no X11 required)
SYMLNKDEV_CONFIGURE_ON= --enable-symlink-device
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile
index 6b55874ee991..1a51c62e5123 100644
--- a/net/py-beanstalkc/Makefile
+++ b/net/py-beanstalkc/Makefile
@@ -20,7 +20,7 @@ USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= YAML
OPTIONS_DEFAULT= YAML
-YAML_DESC= Support parsing YAML responses
+YAML_DESC= YAML response parsing support
YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}