aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gdb/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2004-02-26 15:32:52 +0000
committerJames E. Housley <jeh@FreeBSD.org>2004-02-26 15:32:52 +0000
commit4b70001c28d3702006e49e06fc52b7931a8dcc46 (patch)
treeb7744e0e1c3961b7a444fc7e96afdc947d442863 /devel/i386-rtems-gdb/Makefile
parentc4f7737540369ec8f79e0623484d0aa3d201073b (diff)
downloadports-4b70001c28d3702006e49e06fc52b7931a8dcc46.tar.gz
ports-4b70001c28d3702006e49e06fc52b7931a8dcc46.zip
Notes
Diffstat (limited to 'devel/i386-rtems-gdb/Makefile')
-rw-r--r--devel/i386-rtems-gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile
index 66a99ff528de..6ff5a89b8123 100644
--- a/devel/i386-rtems-gdb/Makefile
+++ b/devel/i386-rtems-gdb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdb
PORTVERSION= 5.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdb
@@ -54,7 +54,7 @@ PATCH_SITES+= http://rtems.thehousleys.net/:THN
.endif
.if ${LCLTARGET} == sparc-rtems
-.if (${OSVERSION} >= 502000)
+.if ${OSVERSION} >= 502000
CONFIGURE_ARGS+= --verbose --disable-sim
PLIST_SUB+= SPARC_NOSIM='@comment '
.else