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/kst | |
parent | 908ff20b94d91c4ad7247fdc6a9c711e59e9d013 (diff) | |
download | ports-b780c69f8d8e9a563b07c3973b803b6503f581c2.tar.gz ports-b780c69f8d8e9a563b07c3973b803b6503f581c2.zip |
Notes
Diffstat (limited to 'science/kst')
-rw-r--r-- | science/kst/Makefile | 5 |
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 |