diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-26 19:55:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-26 19:55:18 +0000 |
commit | 9ded75c020c62d9cdc6dd014b40c3cbe3e76467a (patch) | |
tree | 94958c2f802d3ffc440cfba72f88153a729ddab3 /audio/libvisual-plugins/Makefile | |
parent | 7473cd7f6990b4933ceca37f7cf02a9d0318591a (diff) | |
download | pkgsrc-9ded75c020c62d9cdc6dd014b40c3cbe3e76467a.tar.gz |
Doesn't reference X11. libXxf86vm is checked for, but the results
are never used.
Diffstat (limited to 'audio/libvisual-plugins/Makefile')
-rw-r--r-- | audio/libvisual-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index 855b8007786..7e6295c627e 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/03 23:36:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/26 19:55:18 joerg Exp $ # DISTNAME= libvisual-plugins-0.4.0 @@ -23,5 +23,4 @@ USE_TOOLS+= pkg-config mkdirhier .include "../../graphics/MesaLib/buildlink3.mk" # currently not useful, since libgdkpixbuf plugin is not configurable #.include "../../x11/gtk2/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |