diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-30 07:19:19 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-30 07:19:19 +0000 |
commit | 5bb5d134d43ee14e3568190714df5afb12802513 (patch) | |
tree | 303b54c3e7cd1488638e5c49a49f826c541638d6 /graphics/povray-meta | |
parent | 8329128c38d624660474900d039d39c44c87be55 (diff) |
Notes
Diffstat (limited to 'graphics/povray-meta')
-rw-r--r-- | graphics/povray-meta/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/povray-meta/Makefile b/graphics/povray-meta/Makefile index 90650a78bcd9..413b530ea8fc 100644 --- a/graphics/povray-meta/Makefile +++ b/graphics/povray-meta/Makefile @@ -2,6 +2,7 @@ PORTNAME= povray-meta PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= # DISTFILES= # @@ -13,7 +14,7 @@ NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/povray -POV_VERSIONS_ALL= 31 36 37 +POV_VERSIONS_ALL= 36 37 #By default only the following version will be installed and #link bin/povray -> bin/povray${DEFAULT_VER} will be created. DEFAULT_VER?= 36 |