x11/xvidcap: Fix indirect linking error on DragonFly only
This commit is contained in:
parent
fa3f6978f4
commit
6981feab2f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2011/11/16 01:33:15 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2012/01/24 23:15:58 marino Exp $
|
||||
#
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -9,6 +9,7 @@ PKGREVISION= 13
|
|||
COMMENT= Capture X display to individual frames or MPEG video
|
||||
|
||||
CONFIGURE_ARGS+= --without-gtk2
|
||||
LDFLAGS.DragonFly= -lXt -lX11
|
||||
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue