diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-30 16:54:54 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-30 16:54:54 +0800 |
commit | 7d0455af3557e032f96c58a093bc60d4dc684147 (patch) | |
tree | 7bfb07a1496da0e1eb129ab86ff487410cfbc1ca /security/ssh | |
parent | 9ef19a08e0d316fb212e4f1d68e5de484ee44fa2 (diff) | |
download | freebsd-ports-graphics-7d0455af3557e032f96c58a093bc60d4dc684147.tar.gz freebsd-ports-graphics-7d0455af3557e032f96c58a093bc60d4dc684147.tar.zst freebsd-ports-graphics-7d0455af3557e032f96c58a093bc60d4dc684147.zip |
Catch up with libgmp3 death.
Pointy hat to: ijliao
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 3dffefc4ca5..b654eff5e88 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-idea .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .endif |