aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc41-withgcjawt
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 /lang/gcc41-withgcjawt
parent3ba72a1626dddeda3f6d4741c4387a61b52c92da (diff)
downloadports-6d22be8fe844d540f12aa985ec98423f958c024e.tar.gz
ports-6d22be8fe844d540f12aa985ec98423f958c024e.zip
Notes
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"