? goblin.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/goblin/Makefile,v retrieving revision 1.28 diff -r1.28 Makefile 19,21c19,20 < USE_TK= 84 < USE_TCL= 84 < USE_XORG= x11 --- > USE_TK= 84+ > USE_TCL= 84+ 26,27c25,26 < LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \ < libtcl=84 libtk=84 prefix=${PREFIX} --- > LD="${CXX}" LIBS="-lm ${LDFLAGS}" \ > libtcl=${USE_TCL} libtk=${USE_TK} prefix=${PREFIX} 31,33c30,32 < CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/ \ < -I${LOCALBASE}/include/tk8.4 ${PTHREAD_CFLAGS} < LDFLAGS= -L${LOCALBASE}/lib -ltcl84 -ltk84 ${PTHREAD_LIBS} --- > CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/ \ > -I${LOCALBASE}/include/tk${TK_VER} ${PTHREAD_CFLAGS} > LDFLAGS= -L${LOCALBASE}/lib -ltcl${USE_TCL} -ltk${USE_TK} ${PTHREAD_LIBS} 35c34,38 < WISH= ${LOCALBASE}/bin/wish8.4 --- > .include > > .if ${ARCH} == "amd64" > CFLAGS+= -fPIC > .endif 71c74 < .include --- > .include