aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rvm/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-06 16:52:18 +0800
committermiwi <miwi@FreeBSD.org>2006-12-06 16:52:18 +0800
commit1e276a8df8043371c5aaaae9264dab62da631ca1 (patch)
treea7f4076fe28eb597c7bd8cac456a9b60e912c54b /archivers/rvm/Makefile
parent3fed3c444392f3dc9d978d67574bebc2a48df1bc (diff)
downloadfreebsd-ports-gnome-1e276a8df8043371c5aaaae9264dab62da631ca1.tar.gz
freebsd-ports-gnome-1e276a8df8043371c5aaaae9264dab62da631ca1.tar.zst
freebsd-ports-gnome-1e276a8df8043371c5aaaae9264dab62da631ca1.zip
- Update to 1.01
PR: ports/105663 Submitted by: miwi Approved by: maintainer timeout
Diffstat (limited to 'archivers/rvm/Makefile')
-rw-r--r--archivers/rvm/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile
index cd3f172c1290..a4b25498ddba 100644
--- a/archivers/rvm/Makefile
+++ b/archivers/rvm/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= rvm
-PORTVERSION= 1.0
+PORTVERSION= 1.01
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -31,4 +31,10 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}"
MAN1= rvm.1
PLIST_FILES= bin/rvm
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>