diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-09 02:40:27 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-09 02:40:27 +0800 |
commit | 93077aa3333320e49fb92dcbfeb23b5c406d094c (patch) | |
tree | 4ff3aa0efb5a49e17d6cf972cd9411843fd2dc1f /graphics/radiance | |
parent | bc3eaaf4b64ff6e56c2b2003e03369b7ab60c31f (diff) | |
download | freebsd-ports-gnome-93077aa3333320e49fb92dcbfeb23b5c406d094c.tar.gz freebsd-ports-gnome-93077aa3333320e49fb92dcbfeb23b5c406d094c.tar.zst freebsd-ports-gnome-93077aa3333320e49fb92dcbfeb23b5c406d094c.zip |
graphics/radiance: Add PKGNAMESUFFIX because there is another software package also called 'radiance'
The other software is https://www.radiance-online.org/ - A Validated Lighting Simulation Tool
Diffstat (limited to 'graphics/radiance')
-rw-r--r-- | graphics/radiance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 00f98102e397..23be24e95416 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -2,7 +2,9 @@ PORTNAME= radiance DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics +PKGNAMESUFFIX= -video MAINTAINER= yuri@FreeBSD.org COMMENT= Video art software for VJs |