diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 02:55:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 02:55:49 +0000 |
commit | 7e7ac3a3900983d8bde0931ad401764aaf4cda70 (patch) | |
tree | 0d47d18c4f92728ecba4c229a3f747808cf967cc /lang/Sather/Makefile | |
parent | d9e6dfb1a86edd1e2f5d02cbb88f3462fbf648f9 (diff) |
Move the inclusion of bsd.port.pre.mk earlier, where it apparently
should be.
Notes
Notes:
svn path=/head/; revision=92510
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 |