diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-15 15:04:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-15 15:04:57 +0000 |
commit | 58a802359719a02f1e61aebe191a29759fdf9a64 (patch) | |
tree | c2ec78b83534bf9c98a7e790484c9ca361b6993c /graphics | |
parent | 27952f882f6e76e1cbc53081bff09256dcead393 (diff) | |
download | pkgsrc-58a802359719a02f1e61aebe191a29759fdf9a64.tar.gz |
Also needs --x-libraries for modular Xorg.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cqcam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index a55c1d99320..23eab679137 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/08/26 19:57:37 sno Exp $ +# $NetBSD: Makefile,v 1.33 2009/12/15 15:04:57 joerg Exp $ # DISTNAME= cqcam-0.91 @@ -31,6 +31,7 @@ USE_LANGUAGES= c c++ CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q} CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include +CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib BUILDLINK_DEPMETHOD.libXt?= build |