1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Reorder the contents of the Makefile

so that it is not build

Submitted by:	kris mail
This commit is contained in:
Maho Nakata 2006-06-09 07:50:56 +00:00
parent 3ba72a1626
commit 6d22be8fe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164887
2 changed files with 10 additions and 12 deletions

View File

@ -8,17 +8,16 @@
PKGNAMESUFFIX= -withgcjawt
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"
MAINTAINER= maho@FreeBSD.org
DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600105
BROKEN= Does not compile on FreeBSD >= 6.1
BROKEN= Does not compile on FreeBSD >= 6.1
.endif
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"

View File

@ -8,17 +8,16 @@
PKGNAMESUFFIX= -withgcjawt
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"
MAINTAINER= maho@FreeBSD.org
DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600105
BROKEN= Does not compile on FreeBSD >= 6.1
BROKEN= Does not compile on FreeBSD >= 6.1
.endif
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"