diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-08-22 19:12:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-08-22 19:12:23 +0000 |
commit | a2cf41641a8585cc83c33fdd709525e8dbd576a6 (patch) | |
tree | 972622e6caf845fa2a841858ab1b1f93cba221e7 /x11-toolkits | |
parent | d864928a29f4b9e10d2f6ac44dc93ba328f10785 (diff) | |
download | ports-a2cf41641a8585cc83c33fdd709525e8dbd576a6.tar.gz ports-a2cf41641a8585cc83c33fdd709525e8dbd576a6.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/jdic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/jdic/Makefile b/x11-toolkits/jdic/Makefile index e1169fd5f213..ee6e615d4d6c 100644 --- a/x11-toolkits/jdic/Makefile +++ b/x11-toolkits/jdic/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11-toolkits java MASTER_SITES= https://jdic.dev.java.net/files/documents/880/43269/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= JDesktop Integration Components # USE_GMAKE conflicts with USE_ANT @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= the required com.sun.jnlp is part of jawaws.jar, only ins USE_ZIP= yes USE_ANT= yes -USE_XORG= x11 xext +USE_XORG= x11 xext xt USE_GNOME= pkgconfig # libgnome USE_JAVA= yes JAVA_VERSION= 1.5+ |