diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 19:29:30 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 19:29:30 +0000 |
commit | 48f7c5e69e7c16f408b45c0b4279025064af08fd (patch) | |
tree | 81291bd1d69fc6ec297ff2e21805309fcb8a8334 /net/aget/Makefile | |
parent | 671d6f72c6a6d483ee16a92163755c89811c2533 (diff) | |
download | ports-48f7c5e69e7c16f408b45c0b4279025064af08fd.tar.gz ports-48f7c5e69e7c16f408b45c0b4279025064af08fd.zip |
Notes
Diffstat (limited to 'net/aget/Makefile')
-rw-r--r-- | net/aget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile index f40ed9cd8917..f7c7f868506d 100644 --- a/net/aget/Makefile +++ b/net/aget/Makefile @@ -3,6 +3,7 @@ PORTNAME= aget PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.enderunix.org/aget/ @@ -14,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LDFLAGS+= -pthread -# Fix build with clang11 -CFLAGS+= -fcommon PLIST_FILES= bin/aget man/man1/aget.1.gz |