diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 08:57:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 08:57:49 +0000 |
commit | cbb98d4b49356efd2330eb5827e09254d79102f2 (patch) | |
tree | 9f7f3085581e132d6d841ccb32010a12c9604b73 /lang/gcc48/Makefile | |
parent | Mark as broken for 6.1 (diff) |
Fix dependency of libart
Submitted by: kris
Approved by: gerald (implicitly)
Notes
Notes:
svn path=/head/; revision=163674
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index a6cd1b0c206d..6f94688b2790 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -35,7 +35,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes .if defined(WITH_JAVA_AWT) -USE_GNOME= gtk20 +USE_GNOME= gtk20 libartlgpl2 .endif PATCH_WRKSRC= ${SRCDIR} |