diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:43:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:43:00 +0000 |
commit | 23d7454341e7fa2912f455f734ee427a70fc1202 (patch) | |
tree | 3b46b10a36cb517664f39d8d9b712a9b957ea8c0 /Mk | |
parent | 888e973cd3151dec7ddf41489c3bc02f7b43a222 (diff) | |
download | ports-23d7454341e7fa2912f455f734ee427a70fc1202.tar.gz ports-23d7454341e7fa2912f455f734ee427a70fc1202.zip |
Notes
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 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 |