diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-20 10:48:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-20 10:48:09 +0000 |
commit | b780c69f8d8e9a563b07c3973b803b6503f581c2 (patch) | |
tree | 6e3acfbe5508d7405b3209e7dc6e6397f564bb3f /science | |
parent | 908ff20b94d91c4ad7247fdc6a9c711e59e9d013 (diff) |
- Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Update icons cache
- Replace deprecated variable: INSTALLS_SHLIB by USE_LDCONFIG
PR: ports/101443
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Kay Lehmann <kay_lehmann at web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=171023
Diffstat (limited to 'science')
-rw-r--r-- | science/kst/Makefile | 5 | ||||
-rw-r--r-- | science/kst2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index 8448a1bfe6f5..96e12b3fc96f 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes USE_GETTEXT= yes OPTIONS= NETCDF "Enable netcdf file support" off \ @@ -31,7 +32,7 @@ MAN1= kst.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 8448a1bfe6f5..96e12b3fc96f 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes USE_GETTEXT= yes OPTIONS= NETCDF "Enable netcdf file support" off \ @@ -31,7 +32,7 @@ MAN1= kst.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif |