diff options
author | znerd <znerd@FreeBSD.org> | 2002-10-18 23:45:59 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-10-18 23:45:59 +0800 |
commit | 9fb3338d7685958e960a0412bf82d75e6f1c674d (patch) | |
tree | d3aee5ea6cbe5969b2222a3d58f5d3cda80b820f /textproc | |
parent | c84518efbdea6e79452e1347fac424fc0d8090c9 (diff) | |
download | freebsd-ports-gnome-9fb3338d7685958e960a0412bf82d75e6f1c674d.tar.gz freebsd-ports-gnome-9fb3338d7685958e960a0412bf82d75e6f1c674d.tar.zst freebsd-ports-gnome-9fb3338d7685958e960a0412bf82d75e6f1c674d.zip |
Added runtime dependency: textproc/xincluder.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ant-xinclude-task/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index 68bdea652dbc..9bc2adc96023 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ant- MAINTAINER= znerd@FreeBSD.org BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant +RUN_DEPENDS= ${JAVASHAREDIR}/classes/xincluder.jar:${PORTSDIR}/textproc/xincluder USE_JAVA= 1.1+ |