diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
commit | 8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch) | |
tree | 8ec8a8ad03e47a7286399402357b1c326bf89c9d /graphics/cadubi/Makefile | |
parent | ccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff) | |
parent | 39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff) | |
download | freebsd-ports-gnome-mate-1.16.tar.gz freebsd-ports-gnome-mate-1.16.tar.zst freebsd-ports-gnome-mate-1.16.zip |
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'graphics/cadubi/Makefile')
-rw-r--r-- | graphics/cadubi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index 5c0b4854112e..24959c7cde57 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cadubi -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= graphics editors @@ -19,6 +19,7 @@ USE_GITHUB= yes USES= perl5 shebangfix SHEBANG_FILES= cadubi NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/help.txt \ |