diff options
-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 |