diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-21 06:43:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-21 06:43:19 +0800 |
commit | 1da79aa870712c89d39ca680aa144b6b458e6c0d (patch) | |
tree | 336becde9d43c6cf8e4dc0624cd6f8c5190c4b8b /graphics/luminance-qt5 | |
parent | 10a3a456c8fcf3411941c7c3583f9fe5abf774a3 (diff) | |
download | freebsd-ports-gnome-1da79aa870712c89d39ca680aa144b6b458e6c0d.tar.gz freebsd-ports-gnome-1da79aa870712c89d39ca680aa144b6b458e6c0d.tar.zst freebsd-ports-gnome-1da79aa870712c89d39ca680aa144b6b458e6c0d.zip |
Fix CONFLICTS line too
Diffstat (limited to 'graphics/luminance-qt5')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index b8812dfb50b1..a45deca85d43 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -29,7 +29,7 @@ INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes -CONFLICTS_INSTALL= luminance-hdr-qt5-* +CONFLICTS_INSTALL= luminance-hdr-[0-9]* OPTIONS_DEFINE= DOCS |