diff options
author | thierry <thierry@FreeBSD.org> | 2008-08-23 03:12:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-08-23 03:12:23 +0800 |
commit | 33a0239d040a3ef2308008a62706406513c96130 (patch) | |
tree | 967f14e6f369729570d6580008e985ec36c9b33e /x11-toolkits | |
parent | 44b97dd7906d14639b31a15e9a88d98b79cdc29e (diff) | |
download | freebsd-ports-gnome-33a0239d040a3ef2308008a62706406513c96130.tar.gz freebsd-ports-gnome-33a0239d040a3ef2308008a62706406513c96130.tar.zst freebsd-ports-gnome-33a0239d040a3ef2308008a62706406513c96130.zip |
- This changes adds xt to USE_XORG since the port uses headers from the
xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the
build;
- Release maintainership.
PR: ports/126699
Submitted by: glewis
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+ |