summaryrefslogtreecommitdiff
path: root/multimedia/alevt
diff options
context:
space:
mode:
authormagick <magick@pkgsrc.org>2005-03-29 16:10:22 +0000
committermagick <magick@pkgsrc.org>2005-03-29 16:10:22 +0000
commitac2b681799fc6cb407ee4ec2838a265f2a0e80ed (patch)
tree003b985d86c201f0fb2dd61f42a602249d2106eb /multimedia/alevt
parent9b7b62ac3299bd8f5a0f5962c5f9700db0450c9c (diff)
downloadpkgsrc-ac2b681799fc6cb407ee4ec2838a265f2a0e80ed.tar.gz
Use buildlink3 of png instead of DEPENDS
Diffstat (limited to 'multimedia/alevt')
-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"