diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 10:13:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 10:13:49 +0800 |
commit | 3e2afb4cad6a4f93b435e8daf1a25d07cbb31231 (patch) | |
tree | 558087bd82dffefe28c3c7d634ca14b37774bf7d /net/rdesktop | |
parent | e38894a17210238c42bdf8f66438020aeacd341d (diff) | |
download | freebsd-ports-gnome-3e2afb4cad6a4f93b435e8daf1a25d07cbb31231.tar.gz freebsd-ports-gnome-3e2afb4cad6a4f93b435e8daf1a25d07cbb31231.tar.zst freebsd-ports-gnome-3e2afb4cad6a4f93b435e8daf1a25d07cbb31231.zip |
libgmp3 -> libgmp4
PR: 37580
Submitted by: maintainer
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 99f0bb63f55d..7c0c07ef3ed7 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= rdesktop PORTVERSION= 1.0.0.p19.7.6 +PORTREVISION= 1 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 @@ -29,7 +30,7 @@ ALL_TARGET= .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 .endif do-patch: |