=================================================================== RCS file: /cvs/ports/cad/tkgate/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.8 diff -u -r1.5 -r1.8 --- ports/cad/tkgate/Attic/Makefile 2009/03/08 15:24:33 1.5 +++ ports/cad/tkgate/Attic/Makefile 2010/10/26 04:58:21 1.8 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/03/08 15:24:33 yason Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/26 03:58:21 yason Exp $ COMMENT = Tcl/Tk based digital circuit editor and simulator @@ -9,21 +9,20 @@ MASTER_SITES = ftp://gadoid.ices.cmu.edu/pub/tkgate/ EXTRACT_SUFX = .tgz -MAINTAINER = Nickolay Burkov - # GPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = X11 c m tcl85 tk85 +WANTLIB = X11 c m MODULES = x11/tk LIB_DEPENDS = ${MODTK_LIB_DEPENDS} -USE_X11 = Yes CONFIGURE_STYLE = gnu + +NO_REGRESS = Yes pre-patch: @find ${WRKSRC} -name *.orig -exec rm {} \;