diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-02-10 13:49:21 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-02-10 13:49:21 +0000 |
commit | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (patch) | |
tree | 35716810d8957ed702d67e7f4fe7604b611e891c | |
parent | 7f6a61c0f8ab140dd1dcd3e9a11220a4ae0b44a4 (diff) | |
download | freebsd-ports-e4eefd3f1e344c567f932fef63a6f04a0bb4eba4.zip |
- USE_GCC is needed on FreeBSD > 10
- Release maintainership
PR: ports/186534
Submitted by: olgeni@
-rw-r--r-- | sysutils/dar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 2b77e96fd0db..dd5fc181efdc 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -6,11 +6,12 @@ PORTVERSION= 2.3.11 CATEGORIES= sysutils archivers MASTER_SITES= SF -MAINTAINER= jadawin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A full featured command-line backup tool, aimed for disks USE_AUTOTOOLS= libtool +USE_GCC= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-html --datadir=${DATADIR} --disable-upx |