diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-24 12:34:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-24 12:34:15 +0800 |
commit | 4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c (patch) | |
tree | 78c8f35da3a6bbf91e4b1e64c6d0cd70f67d8e33 /mail | |
parent | 3dc0c25e4d8a8c18e33849a69fcafb5ebf75b904 (diff) | |
download | freebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.tar.gz freebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.tar.zst freebsd-ports-gnome-4eda905f1ea0d4b3acdb1b62b2192e654a8fb14c.zip |
Add compiler:c++11-lang to USES to allow these ports to build on
GCC-based architectures.
While here, pet portlint.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libetpan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 06b287b21859..2cc8063f9c9d 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gmake iconv libtool localbase +USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dinhviethoa |