summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagick <magick>2005-03-29 16:10:22 +0000
committermagick <magick>2005-03-29 16:10:22 +0000
commit908d7b2727c307500d05059777ba72915e7b9827 (patch)
tree003b985d86c201f0fb2dd61f42a602249d2106eb
parent16c30bb8d23e55c9a237b31e96fc45af1d362d38 (diff)
downloadpkgsrc-908d7b2727c307500d05059777ba72915e7b9827.tar.gz
Use buildlink3 of png instead of DEPENDS
-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"