diff options
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index af6533dc642..07727e77553 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget lthack pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ --with-gmp |