summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-24 23:15:58 +0000
committermarino <marino@pkgsrc.org>2012-01-24 23:15:58 +0000
commit6981feab2fff7d8aa547fc521f88fda8219a0fb7 (patch)
tree5683c2b52e879991a4f563a2e31fee50318e832d /x11
parentfa3f6978f465b72337505f241da50d8c11315104 (diff)
downloadpkgsrc-6981feab2fff7d8aa547fc521f88fda8219a0fb7.tar.gz
x11/xvidcap: Fix indirect linking error on DragonFly only
Diffstat (limited to 'x11')
-rw-r--r--x11/xvidcap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xvidcap/Makefile b/x11/xvidcap/Makefile
index 52a7c3d1b1b..89ba6b28386 100644
--- a/x11/xvidcap/Makefile
+++ b/x11/xvidcap/Makefile
@@ -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"