aboutsummaryrefslogtreecommitdiff
path: root/archivers/rvm/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-08 20:50:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-08 20:50:06 +0000
commitd3eb98a2dcd37db8315d41f406d0944f99066e14 (patch)
treed69231ade7e1b0706e43b8d9bb76c73656701ad2 /archivers/rvm/Makefile
parentd062efd9e32d4a53138d195e1cfc98ef9ab37e3c (diff)
downloadports-d3eb98a2dcd37db8315d41f406d0944f99066e14.tar.gz
ports-d3eb98a2dcd37db8315d41f406d0944f99066e14.zip
Notes
Diffstat (limited to 'archivers/rvm/Makefile')
-rw-r--r--archivers/rvm/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile
index 74c2b5bb7767..47251802403c 100644
--- a/archivers/rvm/Makefile
+++ b/archivers/rvm/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= rvm
-PORTVERSION= 0.80.a
+PORTVERSION= 0.80.2.a
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,8 +23,13 @@ USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf
+MAN1= rvm.1
PLIST_FILES= bin/rvm
-MAN1= rvm.1
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${OSVERSION} > 500034
+CXXFLAGS+= -O0
+.endif
+
+.include <bsd.port.post.mk>