summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-12 19:52:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-12 19:52:27 +0000
commit5b5deb7c36ddcb79942741264b721523124babed (patch)
tree3039efc524b1131072a176ab32c8842d679930d5
parenta6f984bc2e71aea7761fec8b5ec89bc3cca251cb (diff)
downloadfreebsd-ports-5b5deb7c36ddcb79942741264b721523124babed.zip
Prevent double inclusion
-rw-r--r--Mk/Uses/fonts.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/fonts.mk b/Mk/Uses/fonts.mk
index 54d282bd5aec..52843de676ad 100644
--- a/Mk/Uses/fonts.mk
+++ b/Mk/Uses/fonts.mk
@@ -5,6 +5,8 @@
# Usage: USES=fonts
.if !defined(_INCLUDE_USES_FONTS_MK)
+_INCLUDE_USES_FONTS_MK= yes
+
.if !empty(fonts_ARGS)
IGNORE= USES=fonts - expecting no arguments
.endif