diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-06 21:20:59 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-06 21:20:59 +0000 |
commit | 36778a1acdf964d57455bb2849d34c319a7077be (patch) | |
tree | 04c8039e10aad2680d5366d0cf5eb97be4182802 /biology | |
parent | 98710b87f8d633e3a984e4956627341d643ef15f (diff) | |
download | ports-36778a1acdf964d57455bb2849d34c319a7077be.tar.gz ports-36778a1acdf964d57455bb2849d34c319a7077be.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/platon/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 3d38626afbd9..75af54e599f3 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -17,7 +17,7 @@ COMMENT= Tool for viewing molecular/crystallographic structures # PLATON may be used free of charge by the academic community under # the condition that it is not redistributed for a current & fresh copy. # There is a charge of US$ 5000 for commercial users. -RESTRICTED= "free for academic, US$ 5000 for commercial users" +RESTRICTED= free for academic, US$ 5000 for commercial users USE_XLIB= yes @@ -30,11 +30,10 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ ASYM_EXAMPLE DELABS_EXAMPLE MULABS_EXAMPLE PSICOR_EXAMPLE \ SQUEEZE_EXAMPLE - .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "alpha" -BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" +.if ${ARCH} == "alpha" +BROKEN= /usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552) .endif .if ${OSVERSION} >= 400004 |