diff options
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 |