diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /java/classpath | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) | |
download | ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.tar.gz ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.zip |
Notes
Diffstat (limited to 'java/classpath')
-rw-r--r-- | java/classpath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index f0fd24687da0..44d6dd3180e4 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -17,10 +17,9 @@ COMMENT= A GNU project to create a free Java class library LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= pkgconfig iconv -USE_GMAKE= yes +USES= gmake pkgconfig iconv perl5 USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 ice xtst xaw xproto xext WANT_GNOME= yes |