diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 05:32:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 05:32:02 +0800 |
commit | aa759ed39ba422a531fa29502469090a3c8df879 (patch) | |
tree | 97d72f63d6bc87ac2178bd3f8e6a9524035d11e2 /www/wml | |
parent | 17d99519ca362856858db4b51bf9b1b34f7b3b53 (diff) | |
download | freebsd-ports-gnome-aa759ed39ba422a531fa29502469090a3c8df879.tar.gz freebsd-ports-gnome-aa759ed39ba422a531fa29502469090a3c8df879.tar.zst freebsd-ports-gnome-aa759ed39ba422a531fa29502469090a3c8df879.zip |
- Now builds on amd64
Diffstat (limited to 'www/wml')
-rw-r--r-- | www/wml/Makefile | 8 |
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> |