=================================================================== RCS file: /cvs/ports/cad/tkgate/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.6 diff -u -r1.4 -r1.6 --- ports/cad/tkgate/Attic/Makefile 2009/02/26 18:32:45 1.4 +++ ports/cad/tkgate/Attic/Makefile 2009/06/21 04:37:05 1.6 @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2009/02/26 18:32:45 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2009/06/21 03:37:05 yason Exp $ -COMMENT = Tcl/Tk based digital circuit editor and simulator +COMMENT = Tcl/Tk based digital circuit editor and simulator DISTNAME = tkgate-1.8.7 CATEGORIES = cad @@ -20,9 +20,12 @@ WANTLIB = X11 c m tcl85 tk85 MODULES = x11/tk -LIB_DEPENDS = :tk-8.5.*:x11/tk/8.5 +LIB_DEPENDS = ${MODTK_LIB_DEPENDS} +USE_X11 = Yes CONFIGURE_STYLE = gnu + +NO_REGRESS = Yes pre-patch: @find ${WRKSRC} -name *.orig -exec rm {} \;