mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
* 1.0.7: - nroff typo fix; was getting ---mode in output - Sync with a dnsdbq change: require API key passed in $DNSDB_API_KEY environment variable if not in the config file as APIKEY or DNSDB_API_KEY. Allow DNSDB_API_KEY in config file instead of APIKEY - sync latest dnsdbq changes to dnsdbflex: curl timeout option - Remove extra space in debug message - sync with dnsdbq Sponsored by: DomainTools LLC
15 lines
367 B
Text
15 lines
367 B
Text
--- Makefile.orig 2024-08-05 23:23:17 UTC
|
|
+++ Makefile
|
|
@@ -15,9 +15,11 @@
|
|
#
|
|
|
|
# Base directory for jansson header and libraries
|
|
-JANSBASE=/usr/local
|
|
+#JANSBASE=/usr/local
|
|
# For macOS on M1, use this instead of the above line:
|
|
#JANSBASE=/opt/homebrew
|
|
+# For FreeBSD. use this instead of the above line:
|
|
+JANSBASE=$(LOCALBASE)
|
|
|
|
JANSINCL = -I$(JANSBASE)/include
|
|
|