diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-17 20:25:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-17 20:25:37 +0800 |
commit | 448c153effebd1b5895411f52efd5ca75c6ffd60 (patch) | |
tree | 8c225f101f83e5cbb7c8f2e319b9b5cada17b1e1 /print | |
parent | 17cc2f6c77f8bec21c21f7080921b30cf0cf67b4 (diff) | |
download | freebsd-ports-gnome-448c153effebd1b5895411f52efd5ca75c6ffd60.tar.gz freebsd-ports-gnome-448c153effebd1b5895411f52efd5ca75c6ffd60.tar.zst freebsd-ports-gnome-448c153effebd1b5895411f52efd5ca75c6ffd60.zip |
- Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'print')
-rw-r--r-- | print/rubygem-prawn-flexible-table/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile index 3db71e4b9a28..a56e36d3f8db 100644 --- a/print/rubygem-prawn-flexible-table/Makefile +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -2,6 +2,7 @@ PORTNAME= prawn-flexible-table PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= print rubygems MASTER_SITES= RG @@ -11,8 +12,6 @@ COMMENT= Create tables with *span attributes for each cell with Prawn LICENSE= GPLv2 RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn - NO_ARCH= yes USE_RUBY= yes |