diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 01:05:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 01:05:17 +0800 |
commit | 0b13d3c0d95821b7488aa644ab5dc53edab12357 (patch) | |
tree | a93dcd2028709130b0a0fd551b45659cfced937b /Mk | |
parent | 8dc7dac57888e98df8b4f761c0d3dd8753341cdd (diff) | |
download | marcuscom-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.mk | 14 |
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 |