diff options
author | danilo <danilo@FreeBSD.org> | 2018-01-25 21:25:43 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2018-01-25 21:25:43 +0800 |
commit | 3b0e811c619f5583103424640558060fab86835f (patch) | |
tree | a88a803be19097957fe7d779a802159af151614b | |
parent | 076cc7b06d2925eed0ee6ead76170b618d32b1c0 (diff) | |
download | freebsd-ports-gnome-3b0e811c619f5583103424640558060fab86835f.tar.gz freebsd-ports-gnome-3b0e811c619f5583103424640558060fab86835f.tar.zst freebsd-ports-gnome-3b0e811c619f5583103424640558060fab86835f.zip |
- Group USE_CXXSTD with USES
Reported by: jbeich
-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 |