aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-03-22 12:45:24 +0800
committerkris <kris@FreeBSD.org>2003-03-22 12:45:24 +0800
commitfeeec8b196da07e18a9ae7a28d1f8baa96220321 (patch)
treea8bcc11ae8e1d25d4acf2b2be7ef0690fbf92495 /Mk
parent82e681ef36948e06bba84d4b870e5db526eed7f3 (diff)
downloadfreebsd-ports-gnome-feeec8b196da07e18a9ae7a28d1f8baa96220321.tar.gz
freebsd-ports-gnome-feeec8b196da07e18a9ae7a28d1f8baa96220321.tar.zst
freebsd-ports-gnome-feeec8b196da07e18a9ae7a28d1f8baa96220321.zip
Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ
so they appear after the *_depends targets. This fixes builds on systems that don't yet have libtool installed (prior to this commit the patch-libtool target would be called before the libtool port was installed by the dependency targets, and it would therefore fail). Submitted by: Claude Buisson <cbuisson@nerim.net>
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ff226bb8ed8b..d07760e361fb 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3011,8 +3011,8 @@ _PATCH_DEP= extract
_PATCH_SEQ= patch-message patch-depends pre-patch pre-patch-script \
do-patch post-patch post-patch-script
_CONFIGURE_DEP= patch
-_CONFIGURE_SEQ= configure-message patch-libtool build-depends lib-depends \
- misc-depends pre-configure pre-configure-script \
+_CONFIGURE_SEQ= build-depends lib-depends misc-depends configure-message \
+ patch-libtool pre-configure pre-configure-script \
do-configure post-configure post-configure-script
_BUILD_DEP= configure
_BUILD_SEQ= build-message pre-build pre-build-script do-build \