diff options
author | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
commit | ff816c1c20fc8b173c1acb7c120607e6bc348db9 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /multimedia/alevt | |
parent | 243e350edbc352e89b5021dd3fe7d7aa24a6c7de (diff) | |
download | pkgsrc-ff816c1c20fc8b173c1acb7c120607e6bc348db9.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'multimedia/alevt')
-rw-r--r-- | multimedia/alevt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/alevt/Makefile b/multimedia/alevt/Makefile index c4c10ca3072..29f7c90832b 100644 --- a/multimedia/alevt/Makefile +++ b/multimedia/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/22 03:31:25 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/14 16:15:25 jmmv Exp $ DISTNAME= alevt-1.6.0 PKGREVISION= 2 @@ -11,12 +11,12 @@ COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= fxtv>=1.02:../../multimedia/fxtv -DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* \ NetBSD-[2-9]*-* +USE_DIRS+= xdg-x11-1.1 USE_X11BASE= YES USE_GNU_TOOLS+= make |