summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 01:05:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 01:05:17 +0800
commit0b13d3c0d95821b7488aa644ab5dc53edab12357 (patch)
treea93dcd2028709130b0a0fd551b45659cfced937b /Mk
parent8dc7dac57888e98df8b4f761c0d3dd8753341cdd (diff)
downloadmarcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar.gz
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar.bz2
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar.lz
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar.xz
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.tar.zst
marcuscom-ports-0b13d3c0d95821b7488aa644ab5dc53edab12357.zip
Merge new USE_AUTOTOOLS functionality from the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5729 df743ca5-7f9a-e211-a948-0013205c9059
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 cc1850e39..214cd5e01 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