diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 14:55:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 14:55:15 +0000 |
commit | 2f4f05e454155c7f160526abd5556a873d6e91dc (patch) | |
tree | a4da252251a88bcd0b8d02385b302b4338622359 /x11/xvidcap | |
parent | f85973c49be7585e559d9dcb9de0bbb097957246 (diff) | |
download | pkgsrc-2f4f05e454155c7f160526abd5556a873d6e91dc.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/xvidcap')
-rw-r--r-- | x11/xvidcap/Makefile | 5 | ||||
-rw-r--r-- | x11/xvidcap/Makefile.common | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11/xvidcap/Makefile b/x11/xvidcap/Makefile index 976fdfc7318..b6d71debe47 100644 --- a/x11/xvidcap/Makefile +++ b/x11/xvidcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/17 01:53:18 reed Exp $ +# $NetBSD: Makefile,v 1.11 2007/01/11 15:12:53 joerg Exp $ # .include "Makefile.common" @@ -8,4 +8,7 @@ COMMENT= Capture X display to individual frames or MPEG video CONFIGURE_ARGS+= --without-gtk2 +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/x11/xvidcap/Makefile.common b/x11/xvidcap/Makefile.common index 2f9414e9a88..5cc8ddcf2fe 100644 --- a/x11/xvidcap/Makefile.common +++ b/x11/xvidcap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2006/05/17 05:06:28 reed Exp $ +# $NetBSD: Makefile.common,v 1.6 2007/01/11 15:12:53 joerg Exp $ # DISTNAME= xvidcap-1.1.3 @@ -18,5 +18,6 @@ CONFIGURE_ARGS+= --without-forced-embedded-ffmpeg .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" |