diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
commit | 86162f4965b18f11e615a35ae475197cecb7d0f5 (patch) | |
tree | 1d418c86a9919305f43c1f57d1deb76e4d123fba /science/libaec | |
parent | b67ae8ed7de0d485cc4e20fbc40c64d834a6095e (diff) | |
download | freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.gz freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.zst freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.zip |
Fix CONFLICTS_INSTALL
PR: 219388
Submitted by: pawel
Diffstat (limited to 'science/libaec')
-rw-r--r-- | science/libaec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libaec/Makefile b/science/libaec/Makefile index ee84a8224364..006657b8cefa 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -13,7 +13,7 @@ COMMENT= Adaptive entropy coding library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= hdf-szip- +CONFLICTS_INSTALL= hdf-szip GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |