aboutsummaryrefslogtreecommitdiff
path: root/www/wml
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 21:32:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 21:32:02 +0000
commit53548bbc92d2af259afbead268bed47df7960bc0 (patch)
tree54a8116142c9c30b51de925c824acced7706f60d /www/wml
parent256036930d6124dc0af3f3494eb6e6be136a349d (diff)
downloadports-53548bbc92d2af259afbead268bed47df7960bc0.tar.gz
ports-53548bbc92d2af259afbead268bed47df7960bc0.zip
- Now builds on amd64
Notes
Notes: svn path=/head/; revision=215136
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index 41402e79808b..0712896c6eaf 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -58,16 +58,10 @@ MAN7= wml_barebone.7 \
wml_std_html401.7 wml_std_wai10.7 wml_std_xhtml10.7 \
wml_intro.7 wml_macros.7 wml_tutorial.7 wml_faq.7 wml_tags.7
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= Build fails on amd64 or ia64 (needs to build shared libraries with -fPIC)
-.endif
-
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>