diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-11-18 11:30:18 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-11-18 11:30:18 +0000 |
commit | 78933b3bb90bb05f9a60944fdf14703bec922bff (patch) | |
tree | 0f1b406007f34a3df38b4ce9eb4088d36505e5a0 | |
parent | c61e39c331252ca1847582f9b966819861907e4a (diff) | |
download | ports-78933b3bb90bb05f9a60944fdf14703bec922bff.tar.gz ports-78933b3bb90bb05f9a60944fdf14703bec922bff.zip |
Notes
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client |