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:
parent
3ba72a1626
commit
6d22be8fe8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164887
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user