diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-10 19:26:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-10 19:26:47 +0000 |
commit | ae2c7f2a24aaccbb3c8c4bf7fdf54cf923de0fd8 (patch) | |
tree | f48c5dc72c14fbec5b60fa4f1db3ec33afd74722 /science/hdf5-18 | |
parent | e195228833eececa1c7fa9f6eea5a7d7ac68d822 (diff) | |
download | freebsd-ports-ae2c7f2a24aaccbb3c8c4bf7fdf54cf923de0fd8.zip |
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Remove NO_LATEST_LINK
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 3b4ad14a523d..cccc0927aed7 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -15,8 +15,7 @@ COMMENT= Hierarchical Data Format library (from NCSA) OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP -CONFLICTS= hdf-4.* hdf5-1.6.* -NO_LATEST_LINK= yes +CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* USE_BZIP2= yes USE_LDCONFIG= yes |