aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc41-withgcjawt
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-06-09 15:50:56 +0800
committermaho <maho@FreeBSD.org>2006-06-09 15:50:56 +0800
commit2f026cc2516957655bad28880dbdd83e3bbf512e (patch)
treeaf419e2aef04bfa4b96919dbedec1a9590029344 /lang/gcc41-withgcjawt
parente0ebecd05f97029062f8399f138224bb429df918 (diff)
downloadfreebsd-ports-gnome-2f026cc2516957655bad28880dbdd83e3bbf512e.tar.gz
freebsd-ports-gnome-2f026cc2516957655bad28880dbdd83e3bbf512e.tar.zst
freebsd-ports-gnome-2f026cc2516957655bad28880dbdd83e3bbf512e.zip
Reorder the contents of the Makefile
so that it is not build Submitted by: kris mail
Diffstat (limited to 'lang/gcc41-withgcjawt')
-rw-r--r--lang/gcc41-withgcjawt/Makefile11
1 files changed, 5 insertions, 6 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"