aboutsummaryrefslogtreecommitdiffstats
path: root/math/sage
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2013-05-02 20:14:35 +0800
committerstephen <stephen@FreeBSD.org>2013-05-02 20:14:35 +0800
commitaf6df2def061c233071e3bac07186f94db7436ba (patch)
tree544333e24e3427e80aeac3bcab9cc4d221b471d1 /math/sage
parent79dc57058ed83757ff9e3a75c2ba3b571d2ecd1c (diff)
downloadfreebsd-ports-gnome-af6df2def061c233071e3bac07186f94db7436ba.tar.gz
freebsd-ports-gnome-af6df2def061c233071e3bac07186f94db7436ba.tar.zst
freebsd-ports-gnome-af6df2def061c233071e3bac07186f94db7436ba.zip
- Convert USE_ICONV=yes to USES=iconv again, because accidentally reverted
this change in update to 5.9. Pointed out by: bsd-src@helfman.org and bapt@.
Diffstat (limited to 'math/sage')
-rw-r--r--math/sage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 9b4f6c2e1212..2d348f2ed38e 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -33,7 +33,7 @@ USE_FORTRAN= yes
USE_GCC= 4.7+
USE_TK= yes
USE_GMAKE= yes
-USE_ICONV= yes
+USES= iconv
MAKE_JOBS_SAFE= yes
LDFLAGS:= -Wl,-rpath=${WRKSRC}/local/lib ${LDFLAGS}
FFLAGS+= -Wl,-rpath=${WRKSRC}/local/lib ${FPM_FLAG}