summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 6abd61ee6de..3e636dd9ace 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2012/03/03 12:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2012/08/14 18:49:43 marino Exp $
DISTNAME= vice-2.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu:Q}/
MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
@@ -44,9 +44,14 @@ CONFIGURE_ARGS+= --without-oss
CPPFLAGS+= -DHAVE_STDINT_H
.endif
+.if (${OPSYS} == DragonFly)
+CPPFLAGS+= -DHAVE_STDINT_H
+.endif
+
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"