aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-20 05:03:20 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-20 05:03:20 +0800
commit9a5378229fdf00b73bfa88bddfc07d04713f3d1a (patch)
tree86f6babf29284cf301dc7b1c38ed6908220d622c
parent76a84915766f3cafc7d8091b4efabe6ea6d3396b (diff)
downloadfreebsd-ports-gnome-9a5378229fdf00b73bfa88bddfc07d04713f3d1a.tar.gz
freebsd-ports-gnome-9a5378229fdf00b73bfa88bddfc07d04713f3d1a.tar.zst
freebsd-ports-gnome-9a5378229fdf00b73bfa88bddfc07d04713f3d1a.zip
- RUN_DEPENDS explicitly on lang/rexx-regina, as it's the only rexx flavour we
know it builds with and it's supported by author. PR: ports/107664 (prompted by) Submitted by: Colin Brace
-rw-r--r--net/rexx-sock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rexx-sock/Makefile b/net/rexx-sock/Makefile
index 951ffe2c2289..f594791d41c5 100644
--- a/net/rexx-sock/Makefile
+++ b/net/rexx-sock/Makefile
@@ -17,8 +17,8 @@ DISTNAME= RxSock-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A function package for Rexx programmers to create sockets
-BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
-RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
+BUILD_DEPENDS= rexx-regina>=3.3_1:${PORTSDIR}/lang/rexx-regina
+RUN_DEPENDS= rexx-regina>=3.3_1:${PORTSDIR}/lang/rexx-regina
USE_GMAKE= yes
GNU_CONFIGURE= yes