diff options
author | abs <abs@pkgsrc.org> | 2007-01-10 09:48:55 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-10 09:48:55 +0000 |
commit | 648f8b45cdc9d5f71f6fcbf0a8ef42a13b0f88cb (patch) | |
tree | b1cf128c6fead4abe62b515525507e87e0739db6 /graphics/mpeg2codec | |
parent | e82fa11eebbe4e7b77d733360d8fc8bf285a7a05 (diff) | |
download | pkgsrc-648f8b45cdc9d5f71f6fcbf0a8ef42a13b0f88cb.tar.gz |
fix build under modular X11
Diffstat (limited to 'graphics/mpeg2codec')
-rw-r--r-- | graphics/mpeg2codec/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile index eeede3d798d..de4da8b71f4 100644 --- a/graphics/mpeg2codec/Makefile +++ b/graphics/mpeg2codec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:29:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2007/01/10 09:48:55 abs Exp $ DISTNAME= mpeg2vidcodec_v12 PKGNAME= mpeg2codec-1.2 @@ -17,7 +17,9 @@ USE_X11BASE= yes INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" do-install: ${INSTALL_PROGRAM} \ |