summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 02:55:49 +0000
committerlinimon <linimon@FreeBSD.org>2003-10-29 02:55:49 +0000
commit05c5d11b03fa5e350bf538f58d6e0d49a7a1c477 (patch)
tree7f1c3d035a966378a29a8f62288fff7fcbf5c44d /lang
parent6d41a8e0cbbd84a76ad2067cddbe6f10277c7c47 (diff)
downloadFreeBSD-ports-05c5d11b03fa5e350bf538f58d6e0d49a7a1c477.zip
FreeBSD-ports-05c5d11b03fa5e350bf538f58d6e0d49a7a1c477.tar.gz
Move the inclusion of bsd.port.pre.mk earlier, where it apparently
should be.
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 0fa49c9..88d696f 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -16,12 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sather compiler
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \
tk83.1:${PORTSDIR}/x11-toolkits/tk83
@@ -30,6 +24,12 @@ USE_GMAKE= yes
ALL_TARGET= full optional
MAN1= sabrowse.1 sacomp.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-extract:
@${MKDIR} ${WRKSRC}/System/Platforms/freebsd
.for file in CONFIG Makefile Platform.module header.h
OpenPOWER on IntegriCloud