aboutsummaryrefslogtreecommitdiff
path: root/security/xml-security
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-15 10:08:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-15 10:08:42 +0000
commit4999cef95b56a99d46e6da53d56ac9c172d22f1d (patch)
tree0984d6542d97b6e07ed64c03a739b843a1f7d354 /security/xml-security
parent9dd27e1ac1b3c04cd13e0f1c2daf1afa1fa028f3 (diff)
downloadports-4999cef95b56a99d46e6da53d56ac9c172d22f1d.tar.gz
ports-4999cef95b56a99d46e6da53d56ac9c172d22f1d.zip
Fix s/JAVAJARDIR/JAVALIBDIR/.
Notes
Notes: svn path=/head/; revision=266336
Diffstat (limited to 'security/xml-security')
-rw-r--r--security/xml-security/Makefile8
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