diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-14 22:37:34 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-14 22:37:34 +0000 |
commit | c4299b7f28da622be1e773a03be23f2115a1284a (patch) | |
tree | f343d79b017fd27e1c9c0955ddd849c58f02b6a4 /emulators | |
parent | f0246f962c353e4ef1ab378be31e56a65180ae0a (diff) | |
download | pkgsrc-c4299b7f28da622be1e773a03be23f2115a1284a.tar.gz |
Add missing math/mpfr buildlink.
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 5 |
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" |