diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-02 22:41:38 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-02 22:41:38 +0000 |
commit | f3f54dbeb92facef0180d83c3eeed0a1c5f4c42c (patch) | |
tree | 5560ecd89c6cf1d07a04829270fbcb53977774ff /net/rdesktop | |
parent | 16296cd8df8a14659d5f15992d5d654f1e296def (diff) | |
download | ports-f3f54dbeb92facef0180d83c3eeed0a1c5f4c42c.tar.gz ports-f3f54dbeb92facef0180d83c3eeed0a1c5f4c42c.zip |
Notes
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index b44044db34ac..09b5edda21d3 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -28,9 +28,8 @@ ALL_TARGET= .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500023 -BUILD_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd -RUN_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd +.if ${OSVERSION} > 500023 +LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 .endif do-patch: |