diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-30 08:54:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-30 08:54:54 +0000 |
commit | 95cdcf3acc7f1e2cbb9ddd4d902d084e46c44021 (patch) | |
tree | c6355fd2fa4e4866290e2e7290be1cc62e9ca135 /lang/librep | |
parent | afd972be29c135dedcb2d0f9225e344e6ac59f41 (diff) |
Catch up with libgmp3 death.
Pointy hat to: ijliao
Notes
Notes:
svn path=/head/; revision=58359
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 0a94ed46e482..685d222848b5 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -39,7 +39,7 @@ PREFIX?= ${X11BASE} .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd .endif .if ${XFREE86_VERSION} == 3 |