aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-11 11:26:40 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-11 11:26:40 +0000
commit0cde76ebca63dd9fbd8a6e497d65b8e746b569bc (patch)
tree79db17aa17f30a5fd51081a6c50b16a180a2a6cc /biology
parentd2115c80e029c394026ca63d6a3e259276266d1e (diff)
downloadports-0cde76ebca63dd9fbd8a6e497d65b8e746b569bc.tar.gz
ports-0cde76ebca63dd9fbd8a6e497d65b8e746b569bc.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/platon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile
index df07f27b4197..28bebe48b05f 100644
--- a/biology/platon/Makefile
+++ b/biology/platon/Makefile
@@ -30,11 +30,13 @@ 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 ${ARCH} == "alpha"
BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)"
.endif
-.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400004
MAKE_ENV+= HAVE_G2C=yes
.endif