pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vigor
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 9 17:40:11 UTC 2017
Modified Files:
pkgsrc/editors/vigor: Makefile
Log Message:
Requires termcap. Tidy includes.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/editors/vigor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/vigor/Makefile
diff -u pkgsrc/editors/vigor/Makefile:1.45 pkgsrc/editors/vigor/Makefile:1.46
--- pkgsrc/editors/vigor/Makefile:1.45 Sat Jul 9 06:38:15 2016
+++ pkgsrc/editors/vigor/Makefile Tue May 9 17:40:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/07/09 06:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/05/09 17:40:11 jperkin Exp $
#
DISTNAME= vigor-0.016
@@ -48,10 +48,6 @@ BDB_ACCEPTED= db1
CPPFLAGS+= -DUSE_INTERP_RESULT
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/tk/buildlink3.mk"
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "DragonFly"
.if exists(/usr/include/sys/queue.h)
@@ -62,5 +58,9 @@ post-patch:
.endif
.endif
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index