summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:43:00 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:43:00 +0000
commit23d7454341e7fa2912f455f734ee427a70fc1202 (patch)
tree3b46b10a36cb517664f39d8d9b712a9b957ea8c0 /Mk
parentAs a result of the conversion to single libtool, the glib/gtk 1.2.x (diff)
Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested as
part of the single-libtool patch. Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156751
Diffstat (limited to 'Mk')
-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