diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:05:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:05:44 +0800 |
commit | c661d0a153411a8053b2edd5d6fd83c73202cc7e (patch) | |
tree | 1a39632093e48958a38706ca9c782132bc083172 /net | |
parent | 486167dabca1b969e13e10bb502cfc325f686fad (diff) | |
download | freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.gz freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.zst freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey-devel/Makefile | 8 | ||||
-rw-r--r-- | net/mldonkey/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net/mldonkey-devel/Makefile b/net/mldonkey-devel/Makefile index 24a3d5fffebc..d74459c19109 100644 --- a/net/mldonkey-devel/Makefile +++ b/net/mldonkey-devel/Makefile @@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE="" DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \ Install.txt Readme.txt Todo.txt ed2k_links.txt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-everything:: .if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE) @${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI." @@ -93,4 +99,4 @@ install-user: extract ${HOME}/.mldonkey_gui_messages.ini .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 24a3d5fffebc..d74459c19109 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE="" DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \ Install.txt Readme.txt Todo.txt ed2k_links.txt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-everything:: .if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE) @${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI." @@ -93,4 +99,4 @@ install-user: extract ${HOME}/.mldonkey_gui_messages.ini .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |