diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 21:52:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 21:52:02 +0000 |
commit | 257ef67bc8162d6ed3058cfaf9d7188a32804fb3 (patch) | |
tree | d44c7f519fcdd78b3e14387ee5e0bd685e133041 /biology | |
parent | 302e3ba2c0e491c457dc78322ccf2ed7c1eac828 (diff) | |
download | ports-257ef67bc8162d6ed3058cfaf9d7188a32804fb3.tar.gz ports-257ef67bc8162d6ed3058cfaf9d7188a32804fb3.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treeviewx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 7068b639492e..95d363f0dcea 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -14,15 +14,9 @@ DISTNAME= tv-${PORTVERSION} MAINTAINER= tonym@biolateral.com.au COMMENT= A phylogenetic tree viewer -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel USE_GMAKE= yes GNU_CONFIGURE= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |