diff options
author | maho <maho@FreeBSD.org> | 2006-06-09 15:50:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-06-09 15:50:56 +0800 |
commit | 2f026cc2516957655bad28880dbdd83e3bbf512e (patch) | |
tree | af419e2aef04bfa4b96919dbedec1a9590029344 /lang/gcc41-withgcjawt | |
parent | e0ebecd05f97029062f8399f138224bb429df918 (diff) | |
download | freebsd-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/Makefile | 11 |
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" |