aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2006-02-23 18:43:00 +0800
committerade <ade@FreeBSD.org>2006-02-23 18:43:00 +0800
commit415d6f39587f62d4f02f7d31ff45aad4fd8f1e1e (patch)
tree51bd0de75e550b3d4bee99e241094db953fbb5f8
parentd19d0eda4b1a4a7a24601a04b5c14edf15a4383f (diff)
downloadfreebsd-ports-gnome-415d6f39587f62d4f02f7d31ff45aad4fd8f1e1e.tar.gz
freebsd-ports-gnome-415d6f39587f62d4f02f7d31ff45aad4fd8f1e1e.tar.zst
freebsd-ports-gnome-415d6f39587f62d4f02f7d31ff45aad4fd8f1e1e.zip
Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested as
part of the single-libtool patch. Approved by: portmgr (kris)
-rw-r--r--Mk/bsd.port.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d8cc2c6f7547..079c7b625abd 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1816,10 +1816,9 @@ RUN_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.endif
-# XXX
-#.if defined(USE_AUTOTOOLS)
+.if defined(USE_AUTOTOOLS)
.include "${PORTSDIR}/Mk/bsd.autotools.mk"
-#.endif
+.endif
.if defined(WANT_GNOME) || defined(USE_GNOME) || defined(USE_GTK)
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
@@ -3301,11 +3300,10 @@ do-patch:
fi
.endif
-# XXX - To be tested later
-#.if !target(run-autotools) && !defined(USE_AUTOTOOLS)
-#run-autotools:
-# ${DO_NADA}
-#.endif
+.if !target(run-autotools)
+run-autotools:
+ ${DO_NADA}
+.endif
# Configure