aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc42-withgcjawt
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-21 09:33:19 +0800
committermaho <maho@FreeBSD.org>2006-07-21 09:33:19 +0800
commit56e492a9db1d915da85c848494989dd1ccbcc279 (patch)
treed04ce7942f9cdaf571c0ba75ec8330770a38067d /lang/gcc42-withgcjawt
parente3fccd4048c7e359c1927a1117f2cb009a7ab24b (diff)
downloadfreebsd-ports-gnome-56e492a9db1d915da85c848494989dd1ccbcc279.tar.gz
freebsd-ports-gnome-56e492a9db1d915da85c848494989dd1ccbcc279.tar.zst
freebsd-ports-gnome-56e492a9db1d915da85c848494989dd1ccbcc279.zip
Fix configure
Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r--lang/gcc42-withgcjawt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile
index 82ad391942a9..35d88224a21a 100644
--- a/lang/gcc42-withgcjawt/Makefile
+++ b/lang/gcc42-withgcjawt/Makefile
@@ -8,12 +8,12 @@
PKGNAMESUFFIX= -withgcjawt
-MASTERDIR= ${.CURDIR}/../../lang/gcc41
-
-.include "${MASTERDIR}/Makefile"
-
MAINTAINER= maho@FreeBSD.org
+MASTERDIR= ${.CURDIR}/../../lang/gcc41
+
DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
+
+.include "${MASTERDIR}/Makefile"