diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 13:18:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 13:18:46 +0000 |
commit | c1e7acc33e4ac636a17704e6e33cde4ca38e18c7 (patch) | |
tree | 7803fe7978a74e7b60b87f25fc7baeb825324c78 /java | |
parent | e67582772a3ec4c7ba34dad4c90c8626023aab86 (diff) | |
download | ports-c1e7acc33e4ac636a17704e6e33cde4ca38e18c7.tar.gz ports-c1e7acc33e4ac636a17704e6e33cde4ca38e18c7.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index aaa0ea81d54e..4e0c2bb9099b 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -8,7 +8,7 @@ PORTNAME= classpath PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SAVANNAH} @@ -20,7 +20,7 @@ COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ jikes:${PORTSDIR}/java/jikes -USE_XORG= x11 +USE_XORG= x11 ice xtst xaw xproto xext USE_LDCONFIG= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes |