diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 05:21:59 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 05:21:59 +0000 |
commit | 17f21507544021ebe9290eaaa6ce4a1529397b18 (patch) | |
tree | 0263ecbbecf11fffb32a8264bd493c9c4a684440 /science/kst2/Makefile | |
parent | 1d185da0d4c4f881b505d34b51e4b3f9930e3484 (diff) | |
download | ports-17f21507544021ebe9290eaaa6ce4a1529397b18.tar.gz ports-17f21507544021ebe9290eaaa6ce4a1529397b18.zip |
Notes
Diffstat (limited to 'science/kst2/Makefile')
-rw-r--r-- | science/kst2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 9e5d374a16de..33d76cee8e15 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= kst -PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific @@ -19,8 +18,7 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15 +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GETTEXT= yes @@ -50,7 +48,6 @@ PLIST_SUB+= CDF="@comment " .endif pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist) @${REINPLACE_CMD} -e 's|@kde_widgetdir@|@prefix@/lib/kde3/plugins/designer|' \ ${WRKSRC}/kst/src/widgets/Makefile.in .if !defined(WITH_NETCDF) |