diff options
author | marino <marino@FreeBSD.org> | 2015-07-03 18:46:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-07-03 18:46:51 +0800 |
commit | 7e9a94b4b5cf5bdb2820952b762993a266334957 (patch) | |
tree | ed8e5e191bf6176774e47c05283805858a27fc27 /databases | |
parent | b92a62ed4f740acf79d20da345d96afe12d17bd9 (diff) | |
download | freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.tar.gz freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.tar.zst freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.zip |
Add USES=alias to 11 ports (non-invasive DragonFly support)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xtrabackup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index 0cc9f5cbb719..048d9d02be2c 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= autoreconf:build cpe gettext cmake iconv libtool perl5 +USES= alias autoreconf:build cpe gettext cmake iconv libtool perl5 CPE_VENDOR= percona PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt |