summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsbd <sbd>2012-06-14 22:37:34 +0000
committersbd <sbd>2012-06-14 22:37:34 +0000
commitc63b73d29f897a56bbe656873b60f5b815384e94 (patch)
treef343d79b017fd27e1c9c0955ddd849c58f02b6a4 /emulators
parent1aeb1b54b663aa1310092ed2b092abb4991545a0 (diff)
downloadpkgsrc-c63b73d29f897a56bbe656873b60f5b815384e94.tar.gz
Add missing math/mpfr buildlink.
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/aranym/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile
index bde99b51407..a94ca3518e1 100644
--- a/emulators/aranym/Makefile
+++ b/emulators/aranym/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2012/05/23 05:03:26 dholland Exp $
+# $NetBSD: Makefile,v 1.25 2012/06/14 22:37:34 sbd Exp $
#
DISTNAME= aranym_0.9.13.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/}
@@ -77,4 +77,5 @@ post-install:
${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR}
.include "../../devel/SDL/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"