diff options
-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: |