diff options
author | danilo <danilo@FreeBSD.org> | 2018-01-25 21:25:43 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:29:16 +0800 |
commit | b447a70db3fdd863cdb48b5ffeecc19907bb1f17 (patch) | |
tree | 8c5ffe079fc6b75acaecc7950407898c7e89373f /misc/xdelta3/Makefile | |
parent | f30d48c43bd0f21be1d95fafc7e4e7d654fe4dd5 (diff) | |
download | freebsd-ports-gnome-b447a70db3fdd863cdb48b5ffeecc19907bb1f17.tar.gz freebsd-ports-gnome-b447a70db3fdd863cdb48b5ffeecc19907bb1f17.tar.zst freebsd-ports-gnome-b447a70db3fdd863cdb48b5ffeecc19907bb1f17.zip |
- Group USE_CXXSTD with USES
Reported by: jbeich
Diffstat (limited to 'misc/xdelta3/Makefile')
-rw-r--r-- | misc/xdelta3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index 208234aa1403..ec1303cad601 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -14,6 +14,7 @@ COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression LICENSE= GPLv2+ USES= autoreconf gmake +USE_CXXSTD= gnu++98 USE_GITHUB= yes GH_ACCOUNT= jmacd @@ -22,7 +23,6 @@ GH_PROJECT= xdelta-devel WRKSRC_SUBDIR= xdelta3 GNU_CONFIGURE= yes -USE_CXXSTD= gnu++98 PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz |