aboutsummaryrefslogtreecommitdiff
path: root/math/k3dsurf/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-06-14 19:23:14 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-06-14 19:23:14 +0000
commitea81d19758911314c32ec07b4fd30ac3b317e395 (patch)
treede20a92347425a5c6fc42d80c5c4e2804e5f4386 /math/k3dsurf/Makefile
parentcf3470b14e8fbe820b6548ad9c14e08e07e8cbf9 (diff)
downloadports-ea81d19758911314c32ec07b4fd30ac3b317e395.tar.gz
ports-ea81d19758911314c32ec07b4fd30ac3b317e395.zip
Upgrade to 0.6.2.
Notes
Notes: svn path=/head/; revision=193503
Diffstat (limited to 'math/k3dsurf/Makefile')
-rw-r--r--math/k3dsurf/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/math/k3dsurf/Makefile b/math/k3dsurf/Makefile
index 4735ae30e7f0..567f21f16ccb 100644
--- a/math/k3dsurf/Makefile
+++ b/math/k3dsurf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= k3dsurf
-PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTVERSION= 0.6.2
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,16 +26,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/k3dsurf
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-BROKEN= Does not compile with gcc-2.95
-.endif
-
pre-build:
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>