diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /misc | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 5540b879ca09..a486b902c5ca 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -144,7 +144,7 @@ CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient # If configure founds libcurl, automatically enabled it (with plist change). .if ${PORT_OPTIONS:MS3} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-s3-device PLIST_SUB+= S3DEVICE='' .else diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index b22e1936078e..27e46e698186 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -145,7 +145,7 @@ RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe # If configure founds libcurl, automatically enabled it (with plist change). .if ${PORT_OPTIONS:MS3} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-s3-device PLIST_SUB+= S3DEVICE='' .else diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 51415533e17c..137867b06f28 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -141,7 +141,7 @@ CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient # If configure founds libcurl, automatically enabled it (with plist change). .if ${PORT_OPTIONS:MS3} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-s3-device PLIST_SUB+= S3DEVICE='' .else |