summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-22 04:45:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-22 04:45:24 +0000
commit46e9a484f814c07d51ab2cb90517f4f5c4c368ae (patch)
tree950a7a7d66dce352afb337a98907212987c70902 /Mk/bsd.port.mk
parentUpdate mutt-devel to Mutt 1.5.4, which fixes the IMAP vulnerability. (diff)
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>
Notes
Notes: svn path=/head/; revision=77176
Diffstat (limited to 'Mk/bsd.port.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 \