diff options
author | lme <lme@FreeBSD.org> | 2014-07-20 23:57:59 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-07-20 23:57:59 +0800 |
commit | 189541355ab7f9b6d3eb550193dc2c5ffa029314 (patch) | |
tree | 0734bcbc73d416d688659f1d74ca57dcbb99d694 /graphics/luminance-qt5 | |
parent | 689a2bc0f0bb3048637bebe9e3ee013fc90f32c2 (diff) | |
download | freebsd-ports-gnome-189541355ab7f9b6d3eb550193dc2c5ffa029314.tar.gz freebsd-ports-gnome-189541355ab7f9b6d3eb550193dc2c5ffa029314.tar.zst freebsd-ports-gnome-189541355ab7f9b6d3eb550193dc2c5ffa029314.zip |
Add CONFLICTS_INSTALL to both graphics/luminance{,-qt5} ports.
Diffstat (limited to 'graphics/luminance-qt5')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index cc21ac2feba5..062b0395c9f5 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -28,6 +28,8 @@ INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes +CONFLICTS_INSTALL= luminance-hdr-qt5-* + OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> |