aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-ruby-augeas
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 12:59:36 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 12:59:36 +0000
commit0491e04a0612a346aac760fe96ea0ad9494b7833 (patch)
treed36c0b0d9a3a01c573f40c2f71e521826e12909c /textproc/rubygem-ruby-augeas
parent8eb919206378c92f91ad7441b80d9618099522ec (diff)
downloadports-0491e04a0612a346aac760fe96ea0ad9494b7833.tar.gz
ports-0491e04a0612a346aac760fe96ea0ad9494b7833.zip
textproc: Add missing USES={gnome,php}
Notes
Notes: svn path=/head/; revision=517055
Diffstat (limited to 'textproc/rubygem-ruby-augeas')
-rw-r--r--textproc/rubygem-ruby-augeas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-ruby-augeas/Makefile b/textproc/rubygem-ruby-augeas/Makefile
index fa683210c49a..6f02b2ea698c 100644
--- a/textproc/rubygem-ruby-augeas/Makefile
+++ b/textproc/rubygem-ruby-augeas/Makefile
@@ -17,6 +17,6 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2"
USE_GNOME= libxml2
USE_RUBY= yes
-USES= gem pkgconfig
+USES= gem gnome pkgconfig
.include <bsd.port.mk>