diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-03 09:50:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-03 09:50:47 +0000 |
commit | 56743e82f1ef3e15d3cd3a224114bb6f3113e5e0 (patch) | |
tree | 50e1835f5c646a25d26ebf941f55267e3981ff31 /news | |
parent | 36bc60ddbb8642a1aeea9ce6f6f24246bad0b4a2 (diff) | |
download | ports-56743e82f1ef3e15d3cd3a224114bb6f3113e5e0.tar.gz ports-56743e82f1ef3e15d3cd3a224114bb6f3113e5e0.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/openftd/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile index d80bfe0cc8a0..3cdde6b05a47 100644 --- a/news/openftd/Makefile +++ b/news/openftd/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ gtkspell.0:${PORTSDIR}/textproc/gtkspell \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy +BROKEN= does not configure + USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -34,10 +36,4 @@ USE_GNOME= glib20 libxml2 gtk20 libgnome gtkhtml3 libxslt CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \ --with-pcre_libraries=${LOCALBASE}/lib -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${OSVERSION} >= 700000 -BROKEN= Does not install -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |