summaryrefslogtreecommitdiff
path: root/emulators/aqemu/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-04-17 10:11:05 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-04-17 10:11:05 +0000
commit4beae9aaec4571a7c543dc9e57ff8b0cbc0ff145 (patch)
tree1544811d64c5d21655a42d4f72ec2268751f4c83 /emulators/aqemu/Makefile
parentFix build with openssl 1.0. (diff)
Update to 0.8.1
Notes
Notes: svn path=/head/; revision=272832
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r--emulators/aqemu/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile
index f80b3287f64b..fb8f3b81198c 100644
--- a/emulators/aqemu/Makefile
+++ b/emulators/aqemu/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= aqemu
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
@@ -25,10 +25,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
MAN1= aqemu.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700042
-CMAKE_USE_PTHREAD= yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>