diff options
author | mdodd <mdodd@FreeBSD.org> | 2002-08-05 14:54:39 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2002-08-05 14:54:39 +0000 |
commit | 89fc9af6a521c5fb167914f9a0ff599c1188e792 (patch) | |
tree | 591b718fc4fa285fe8cbd4fb64ca0460b49ea334 /security | |
parent | 853ee6b6bee8aebab7a0872ce40e3b5235e910e0 (diff) | |
download | FreeBSD-ports-89fc9af6a521c5fb167914f9a0ff599c1188e792.zip FreeBSD-ports-89fc9af6a521c5fb167914f9a0ff599c1188e792.tar.gz |
Depend on new version of libgmp under -CURRENT.
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 79bc65b..8dd8a11 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ --disable-uvfs .if ${OSVERSION} > 500000 -LIB_DEPENDS+= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${PREFIX} .else CONFIGURE_ARGS+=--with-gmp=/usr |