summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-06-09 07:50:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-06-09 07:50:56 +0000
commit6d22be8fe844d540f12aa985ec98423f958c024e (patch)
treec11b95be9f1499cd71848acdc4e8f6cbebc25509
parent- Fix build. (diff)
Reorder the contents of the Makefile
so that it is not build Submitted by: kris mail
Notes
Notes: svn path=/head/; revision=164887
-rw-r--r--lang/gcc41-withgcjawt/Makefile11
-rw-r--r--lang/gcc42-withgcjawt/Makefile11
2 files changed, 10 insertions, 12 deletions
diff --git a/lang/gcc41-withgcjawt/Makefile b/lang/gcc41-withgcjawt/Makefile
index ad0b44ec0d6b..4ba88c30e9a7 100644
--- a/lang/gcc41-withgcjawt/Makefile
+++ b/lang/gcc41-withgcjawt/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"
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile
index ad0b44ec0d6b..4ba88c30e9a7 100644
--- a/lang/gcc42-withgcjawt/Makefile
+++ b/lang/gcc42-withgcjawt/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"