diff options
-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 |