diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-01-08 10:37:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-01-08 10:37:38 +0000 |
commit | f6048c060baa310f2db9a9e339729b62529ebec6 (patch) | |
tree | e073cb4ec0582a43c15bf2b45c9064b49ac71bc3 /emulators | |
parent | 4c2d018a88066147720e5e424c35f4abc42c44d5 (diff) | |
download | pkgsrc-f6048c060baa310f2db9a9e339729b62529ebec6.tar.gz |
Needs zlib.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index 4f49fd79af7..6efefd7b463 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 12:55:12 asau Exp $ +# $NetBSD: Makefile,v 1.19 2014/01/08 10:37:38 jperkin Exp $ # DISTNAME= fceu-0.98.13.src @@ -35,5 +35,6 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/fceu .include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |