pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/dte
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 11 08:44:16 UTC 2023
Modified Files:
pkgsrc/editors/dte: Makefile
Log Message:
dte: Depend explicitly on curses/terminfo
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/dte/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/dte/Makefile
diff -u pkgsrc/editors/dte/Makefile:1.4 pkgsrc/editors/dte/Makefile:1.5
--- pkgsrc/editors/dte/Makefile:1.4 Sat May 15 12:00:29 2021
+++ pkgsrc/editors/dte/Makefile Fri Aug 11 08:44:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/15 12:00:29 nia Exp $
+# $NetBSD: Makefile,v 1.5 2023/08/11 08:44:16 nia Exp $
DISTNAME= dte-1.9.1
CATEGORIES= editors
@@ -18,4 +18,6 @@ MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
MAKE_FLAGS+= prefix=${PREFIX}
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index