diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-06-01 15:44:42 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-01 15:45:53 +0000 |
| commit | 6db858a173ea6c2f5df739f9fc81b522ec0d39a5 (patch) | |
| tree | f77c5746770709e5e8aadd6f8e555d8508716b2c /math/fplll/Makefile | |
| parent | 8eeeb59f7eccac5a1586f434a5509dd4a1d60720 (diff) | |
Diffstat (limited to 'math/fplll/Makefile')
| -rw-r--r-- | math/fplll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fplll/Makefile b/math/fplll/Makefile index c9b801027734..776b58e9c5d2 100644 --- a/math/fplll/Makefile +++ b/math/fplll/Makefile @@ -1,6 +1,7 @@ PORTNAME= fplll DISTVERSION= 5.4.2 CATEGORIES= math +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Lattice algorithms using floating-point arithmetic @@ -15,7 +16,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -USE_GITHUB= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip |
