diff options
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r-- | editors/vigor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index f5c89ffa70b0..8048a0ec40f8 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//}|; \ s|tk80|tk${TK_VER:S/.//}|; \ |