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 | |
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')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 2 | ||||
-rw-r--r-- | graphics/luminance/Makefile | 2 |
2 files changed, 4 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> diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 92ccd9b6dc59..e557b3a13b78 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -26,6 +26,8 @@ USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build imageformats_run INSTALLS_ICONS= yes +CONFLICTS_INSTALL= luminance-hdr-qt5-* + OPTIONS_DEFINE= DOCS post-patch: |