diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-08-05 14:54:39 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-08-05 14:54:39 +0000 |
commit | f46c1dd93b85af519512d46bf40ca99bdc7faa40 (patch) | |
tree | b9276421d72d57a7a126578d7065cac62f7569dc /security/sfs | |
parent | 00cdf45b030df49e9dd278f43396095254ee56c2 (diff) | |
download | ports-f46c1dd93b85af519512d46bf40ca99bdc7faa40.tar.gz ports-f46c1dd93b85af519512d46bf40ca99bdc7faa40.zip |
Notes
Diffstat (limited to 'security/sfs')
-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 79bc65b8ed78..8dd8a1154a5d 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 |