diff options
Diffstat (limited to 'math/fung-calc/Makefile')
-rw-r--r-- | math/fung-calc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index 02cfb06e0dfd..a9a8421850c8 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -6,7 +6,7 @@ PORTNAME= fung-calc PORTVERSION= 1.3.2b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +16,12 @@ COMMENT= Advanced graphic calculator LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut -USE_KDELIBS_VER= 3 +USE_KDELIBS_VER=3 USE_GL= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" pre-configure: |