diff options
author | sem <sem@FreeBSD.org> | 2006-05-07 05:20:59 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-07 05:20:59 +0800 |
commit | da0f0f7c953712fcab2433bc61f46831e9e28825 (patch) | |
tree | 866137746b6e50aef3bf1a565cee51fab995aa88 | |
parent | bb225903502a5278dcfe7adaf460610f0a30e869 (diff) | |
download | freebsd-ports-gnome-da0f0f7c953712fcab2433bc61f46831e9e28825.tar.gz freebsd-ports-gnome-da0f0f7c953712fcab2433bc61f46831e9e28825.tar.zst freebsd-ports-gnome-da0f0f7c953712fcab2433bc61f46831e9e28825.zip |
- Satisfy portlint
-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 |