aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-22 06:28:06 +0800
committerbapt <bapt@FreeBSD.org>2014-07-22 06:28:06 +0800
commita79b822b2685d513991e5a9ed4fa7151f139c766 (patch)
treee1f5ae7df51147171698022f3f7704750a29bfc1 /Mk
parent0049f37d7b38057011e6a86314923483d29c5543 (diff)
downloadfreebsd-ports-gnome-a79b822b2685d513991e5a9ed4fa7151f139c766.tar.gz
freebsd-ports-gnome-a79b822b2685d513991e5a9ed4fa7151f139c766.tar.zst
freebsd-ports-gnome-a79b822b2685d513991e5a9ed4fa7151f139c766.zip
Add INFO macro to the helpers
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index bf2d3af6eab2..b37bdff6e19b 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -104,7 +104,7 @@
# ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD
# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES EXTRA_PATCHES
# INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES
-# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES USES, defining ${opt}_${variable} will
+# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES INFO USES, defining ${opt}_${variable} will
# add its content to the actual variable when the option is enabled. Defining
# ${opt}_${variable}_OFF will add its content to the actual variable when the
# option is disabled.
@@ -130,7 +130,7 @@ _OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \
CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES \
EXTRA_PATCHES INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \
PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY PLIST_FILES \
- USES
+ USES INFO
_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN
# Set the default values for the global options, as defined by portmgr