dtdockbook/instant: Add the proper paths for TCL on NetBSD
authorJon Trulson <jon@radscan.com>
Sun, 24 Feb 2019 19:54:42 +0000 (12:54 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 24 Feb 2019 19:54:42 +0000 (12:54 -0700)
Patch submitted by Danilo Pecher <danilo.pecher@data-experts.biz>

cde/programs/dtdocbook/instant/Imakefile

index 75669164a072ebae39e7341224a7f13947f697c9..09f8ccaf3ffe933444921aa9419ac7c483dc972a 100644 (file)
@@ -10,6 +10,9 @@ TCLINC = -I/usr/include/tcl
 #elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
 TCLINC = -I/usr/local/include/tcl8.6
 TCLLIB = -ltcl86
+#elif defined(NetBSDArchitecture)
+TCLINC = -I/usr/pkg/include/tcl
+TCLLIB = -ltcl86
 #endif
 
 #if defined(TCLInc)