=================================================================== RCS file: /cvs/ports/cad/tkgate/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- ports/cad/tkgate/Attic/Makefile 2009/01/21 10:55:51 1.3 +++ ports/cad/tkgate/Attic/Makefile 2009/03/08 15:24:33 1.5 @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2009/01/21 10:55:51 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2009/03/08 15:24:33 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 @@ -9,7 +9,7 @@ MASTER_SITES = ftp://gadoid.ices.cmu.edu/pub/tkgate/ EXTRACT_SUFX = .tgz -MAINTAINER = Nickolay A. Burkov +MAINTAINER = Nickolay Burkov # GPLv2 PERMIT_PACKAGE_CDROM = Yes @@ -20,7 +20,8 @@ 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