diff options
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r-- | misc/amanda25-server/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index db833ab..787638d 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -17,7 +17,7 @@ SLAVEDIRS= misc/amanda25-client LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} USE_AUTOTOOLS= autoconf -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ @@ -26,7 +26,6 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --disable-libtool --prefix=${PREFIX} \ --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} USE_LDCONFIG= yes -WANT_PERL= yes SAMBA_PORT?= net/samba36 @@ -119,7 +118,7 @@ post-patch: ${WRKSRC}/server-src/amcrypt-ossl.sh.in \ ${WRKSRC}/server-src/amcrypt-ossl-asym.sh.in -USE_PERL5= yes +USES+= perl5 BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client |