summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/alevt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/alevt/Makefile b/multimedia/alevt/Makefile
index 7a10017854e..f8c8f7cd9b2 100644
--- a/multimedia/alevt/Makefile
+++ b/multimedia/alevt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/01 10:37:33 grant Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/29 16:10:22 magick Exp $
DISTNAME= alevt-1.6.0
PKGREVISION= 2
@@ -9,7 +9,6 @@ MAINTAINER= magick@bundy.zhadum.de
HOMEPAGE= http://user.exit.de/froese/
COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards
-DEPENDS+= png>=1.2.1:../../graphics/png
DEPENDS+= fxtv>=1.02:../../multimedia/fxtv
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
@@ -23,4 +22,5 @@ USE_GNU_TOOLS+= make
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"