aboutsummaryrefslogtreecommitdiff
path: root/math/galculator/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-04-29 15:00:15 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-04-29 15:00:15 +0000
commit5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb (patch)
tree831496562b13f26d94e37da93774adb43e51fc59 /math/galculator/Makefile
parentc564c4d40a2a5a75499f818899c2bb48d0cd64f9 (diff)
downloadports-5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb.tar.gz
ports-5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb.zip
Notes
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r--math/galculator/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index 3484f9c800bb..5bab044e8f98 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= galculator
-PORTVERSION= 2.1
+PORTVERSION= 2.1.2
CATEGORIES= math
MASTER_SITES= SF
@@ -17,10 +17,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk3
MAKE_JOBS_SAFE= yes
-# The existence of libquadmath with sinhq() on a system does not
-# guarantee that the compiler actually supports GCC libquadmath.
-CONFIGURE_ENV= ac_cv_lib_quadmath_sinhq=no
-
MAN1= galculator.1
.include <bsd.port.mk>