diff options
author | maho <maho@FreeBSD.org> | 2006-05-28 18:19:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-05-28 18:19:05 +0800 |
commit | 28b862968cc696fd4b430cf2323751cddb69c744 (patch) | |
tree | 256097ac18c45ace307f2584c9d13371fc21a87b /lang/gcc42-withgcjawt | |
parent | 8a801376297dd9e475d48f9b762e24227763e085 (diff) | |
download | freebsd-ports-gnome-28b862968cc696fd4b430cf2323751cddb69c744.tar.gz freebsd-ports-gnome-28b862968cc696fd4b430cf2323751cddb69c744.tar.zst freebsd-ports-gnome-28b862968cc696fd4b430cf2323751cddb69c744.zip |
Fix a error
Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile index 2883ee57652b..ad0b44ec0d6b 100644 --- a/lang/gcc42-withgcjawt/Makefile +++ b/lang/gcc42-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 |