diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 10:19:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 10:19:05 +0000 |
commit | 4d1ac6399d042a27384c3822249ca78316a201a5 (patch) | |
tree | 050c8a41ce8b2b97916add7efdff66b08adaeb16 /lang/gcc41-withgcjawt/Makefile | |
parent | 59fb453cd6db6ea3a7fa8c858dedba27ae60e9f1 (diff) |
Notes
Diffstat (limited to 'lang/gcc41-withgcjawt/Makefile')
-rw-r--r-- | lang/gcc41-withgcjawt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc41-withgcjawt/Makefile b/lang/gcc41-withgcjawt/Makefile index 2883ee57652b..ad0b44ec0d6b 100644 --- a/lang/gcc41-withgcjawt/Makefile +++ b/lang/gcc41-withgcjawt/Makefile @@ -14,6 +14,8 @@ DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes +.include <bsd.port.pre.mk> + .if ${OSVERSION} >= 600105 BROKEN= Does not compile on FreeBSD >= 6.1 .endif |