summaryrefslogtreecommitdiff
path: root/science/kst
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-20 10:48:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-20 10:48:09 +0000
commitb780c69f8d8e9a563b07c3973b803b6503f581c2 (patch)
tree6e3acfbe5508d7405b3209e7dc6e6397f564bb3f /science/kst
parentMinor whitespace cleanup (we need a blank line every after </entry> (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/kst')
-rw-r--r--science/kst/Makefile5
1 files changed, 3 insertions, 2 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