diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-04-29 15:00:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-04-29 15:00:15 +0000 |
commit | 5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb (patch) | |
tree | 831496562b13f26d94e37da93774adb43e51fc59 /math/galculator/Makefile | |
parent | c564c4d40a2a5a75499f818899c2bb48d0cd64f9 (diff) | |
download | ports-5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb.tar.gz ports-5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb.zip |
Notes
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r-- | math/galculator/Makefile | 6 |
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> |