aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-03-04 02:56:44 +0800
committermat <mat@FreeBSD.org>2014-03-04 02:56:44 +0800
commit9a835068a406311312e87a1c0bf4d6dd35ecea2e (patch)
treed8357352a9776fedca9c7e60c102ab2f1e502603 /Mk
parentfd91898b43e34adaaae3fee54f1c095ff33ca71d (diff)
downloadfreebsd-ports-gnome-9a835068a406311312e87a1c0bf4d6dd35ecea2e.tar.gz
freebsd-ports-gnome-9a835068a406311312e87a1c0bf4d6dd35ecea2e.tar.zst
freebsd-ports-gnome-9a835068a406311312e87a1c0bf4d6dd35ecea2e.zip
Correctly sort the DEPENDS targets.
Sponsored by: Absolight
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 27045d5d36da..27beb351440b 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -112,7 +112,7 @@
# ${opt}_${variable}_OFF will add its content to the actual variable when the
# option is disabled.
#
-# For each of the depends target PKG EXTRACT PATCH FETCH BUILD LIB RUN,
+# For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN,
# defining ${opt}_${deptype}_DEPENDS will add its content to the actual
# dependency when the option is enabled. Defining
# ${opt}_${deptype}_DEPENDS_OFF will add its content to the actual dependency
@@ -134,7 +134,7 @@ _OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \
EXTRA_PATCHES INSTALL_TARGET LDFLAGS MAKE_ARGS MAKE_ENV \
PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY PLIST_FILES \
USES
-_OPTIONS_DEPENDS= PKG EXTRACT PATCH FETCH BUILD LIB RUN
+_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN
# Set the default values for the global options, as defined by portmgr
.if !defined(NOPORTDOCS)