From 1a7df0c4a09bf8e852fbdccde94db28822074351 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 12 Oct 2001 15:07:30 +0000 Subject: [PATCH] cqcam prefers xview to tk... make build reproducible by changing the dependencies. Ideally, this would warrant a new flavor, but it's so late in the release I just care about fixing the build. --- graphics/cqcam/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 3b36b99fffa..841d8760c0c 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/09/09 17:56:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2001/10/12 15:07:30 espie Exp $ DISTNAME= cqcam-0.91 CATEGORIES= graphics -NEED_VERSION= 1.447 +NEED_VERSION= 1.474 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -34,14 +34,15 @@ MAKE_FLAGS= ${FAKE_FLAGS} FAKE_FLAGS= CLIENTS="cli webcam" .else USE_X11= Yes -LIB_DEPENDS+= gtk.1::x11/gtk+ -BUILD_DEPENDS= wish8.3::x11/tk/8.3 +LIB_DEPENDS+= gtk.1,gdk.1::x11/gtk+ +LIB_DEPENDS+= xview,olgx::x11/xview/lib +#BUILD_DEPENDS= wish8.3::x11/tk/8.3 CONFIGURE_ARGS+= --with-gtk-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tcl8.3" -MAKE_FLAGS= CPPFLAGS="-I${LOCALBASE}/include/tcl8.3 \ - -I${LOCALBASE}/include/tk8.3" \ - ${FAKE_FLAGS} + LDFLAGS="-L${LOCALBASE}/lib" # -L${LOCALBASE}/lib/tcl8.3" +#MAKE_FLAGS= CPPFLAGS="-I${LOCALBASE}/include/tcl8.3 \ +# -I${LOCALBASE}/include/tk8.3" \ +MAKE_FLAGS= ${FAKE_FLAGS} FAKE_FLAGS= CLIENTS="cli gtkfe webcam xfe" .endif