diff options
Diffstat (limited to 'biology/platon/Makefile')
-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 |