=================================================================== RCS file: /cvs/ports/cad/tkgate2/Attic/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ports/cad/tkgate2/Attic/Makefile 2014/05/14 13:23:36 1.8 +++ ports/cad/tkgate2/Attic/Makefile 2014/05/15 11:56:22 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2014/05/14 13:23:36 kirby Exp $ +# $OpenBSD: Makefile,v 1.9 2014/05/15 11:56:22 kirby Exp $ COMMENT = Tcl/Tk based digital circuit editor and simulator @@ -25,8 +25,8 @@ RUN_DEPENDS = ${MODTK_RUN_DEPENDS} CONFIGURE_STYLE = gnu -CONFIGURE_ENV += TKGATE_LIBDIRS="${MODTCL_LIBDIR} ${MODTK_LIBDIR}" \ - TKGATE_INCDIRS="${MODTCL_INCDIR} ${MODTK_INCDIR}" \ +CONFIGURE_ENV += TKGATE_LIBDIRS="${MODTCL_LIBDIR} ${MODTK_LIBDIR} ${LOCALBASE}/lib" \ + TKGATE_INCDIRS="${MODTCL_INCDIR} ${MODTK_INCDIR} ${LOCALBASE}/include" \ TKGATE_TCLTK_VERSIONS=${MODTK_VERSION} post-extract: