aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-08 04:23:02 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-08 04:23:02 +0000
commit46befb1a2530f4f016a7fe6e05a877af82d53b3f (patch)
treec115da59cf0d258aebfb23902b5086e247068750 /emulators/dynamips-devel/Makefile
parentb706d52882edfab5c094f61fb2942fb6cb7137b3 (diff)
downloadports-46befb1a2530f4f016a7fe6e05a877af82d53b3f.tar.gz
ports-46befb1a2530f4f016a7fe6e05a877af82d53b3f.zip
Notes
Diffstat (limited to 'emulators/dynamips-devel/Makefile')
-rw-r--r--emulators/dynamips-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index 96afc67314c4..3816b064cd18 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dynamips
DISTVERSION= 0.2.7-RC1
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.ipflow.utc.fr/dynamips/
PKGNAMESUFFIX= -devel
@@ -53,7 +54,7 @@ do-install:
.if ${ARCH} == "i386"
DYNAMIPS_ARCH= "x86"
.elif ${ARCH} == "amd64"
-DYNAMIPS_ARCH= "nojit" # JIT does not work on amd64 for some reason
+DYNAMIPS_ARCH= "amd64"
.else
DYNAMIPS_ARCH= "nojit"
.endif