diff options
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 30a21db1ea27..19cac5614fdb 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fricas -PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTVERSION= 1.1.5 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-full @@ -25,6 +24,7 @@ USE_GMAKE= yes USE_XORG= x11 ice sm xpm USE_ICONV= yes USE_GETTEXT= yes +USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib STRIP= #nothing, these binaries fail if stripped WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |