diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:13:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:13:49 +0000 |
commit | 3a997c8c2467c1ee604beebe9edaa6ee79f70ef8 (patch) | |
tree | 36795c5fddc63fd2a6574608318bb78f43063a88 /net/rdesktop | |
parent | adc5be89e0c5ea34148602cffb52b9373f987903 (diff) |
libgmp3 -> libgmp4
PR: 37580
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=58346
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: |