diff options
author | ale <ale@FreeBSD.org> | 2010-12-15 18:08:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-15 18:08:42 +0800 |
commit | 3cc85d546951078ffec5354bd3c553bdbb8f8a27 (patch) | |
tree | 1b83abf9d7f82a5845bb8b655c0d58f365b5ddfd /security/xml-security | |
parent | 353a1a6c8349949c1d3db0c86e35dd1125523934 (diff) | |
download | freebsd-ports-gnome-3cc85d546951078ffec5354bd3c553bdbb8f8a27.tar.gz freebsd-ports-gnome-3cc85d546951078ffec5354bd3c553bdbb8f8a27.tar.zst freebsd-ports-gnome-3cc85d546951078ffec5354bd3c553bdbb8f8a27.zip |
Fix s/JAVAJARDIR/JAVALIBDIR/.
Diffstat (limited to 'security/xml-security')
-rw-r--r-- | security/xml-security/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 8a77f56fef0f..16c7e70c35f1 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./_/g} MAINTAINER= ale@FreeBSD.org COMMENT= A Java library for XML Signature and Encryption -BUILD_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ - ${JAVAJARDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j -RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ - ${JAVAJARDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j +BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ + ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j +RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ + ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE |