diff options
Diffstat (limited to 'lang/Sather/Makefile')
-rw-r--r-- | lang/Sather/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 0fa49c9bec64..88d696fe09b1 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 |