diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 08:39:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 08:39:31 +0000 |
commit | 4b1665669618f6c50669ddceecfd7d98926960e4 (patch) | |
tree | 55d5d687aa36ebe3480f8544d6dcc6ced62b4bb1 /math/cln/Makefile | |
parent | e6fedc82b0f1887dd9273616d016c64e6b7afcc1 (diff) |
Notes
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 af6533dc642a..07727e775535 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 |