diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 02:40:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-11 02:40:47 +0800 |
commit | 585ad3425a6d64a5815a5b9cf0ca016eb34385ff (patch) | |
tree | ff5e500eb8dc1b753dd4f43f5993114e7e982c05 /textproc | |
parent | dd8ae337ec6efed40163497a93d90702c2a8cb87 (diff) | |
download | freebsd-ports-gnome-585ad3425a6d64a5815a5b9cf0ca016eb34385ff.tar.gz freebsd-ports-gnome-585ad3425a6d64a5815a5b9cf0ca016eb34385ff.tar.zst freebsd-ports-gnome-585ad3425a6d64a5815a5b9cf0ca016eb34385ff.zip |
- Prevent future updates until the lib is updated and works on fbsd
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-augeas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-augeas/Makefile b/textproc/rubygem-augeas/Makefile index 855ad6f9bfb1..41e53c706647 100644 --- a/textproc/rubygem-augeas/Makefile +++ b/textproc/rubygem-augeas/Makefile @@ -15,6 +15,8 @@ COMMENT= Ruby bindings for Augeas LIB_DEPENDS= augeas.10:${PORTSDIR}/textproc/augeas +PORTSCOUT= limit:^0.3 + USE_RUBY= yes USE_RUBYGEMS= yes USE_GNOME= pkgconfig |