diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-02 16:36:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-02 16:36:00 +0000 |
commit | 61be1378c639839bef78697f9a1ca4caddd10dc2 (patch) | |
tree | 4fcdfd11505e0347c3d727d9a7448f75434bd71e /editors/xmlcopyeditor | |
parent | 2862d2c72d8e6605f4eb902402c08da3a05c2638 (diff) | |
download | ports-61be1378c639839bef78697f9a1ca4caddd10dc2.tar.gz ports-61be1378c639839bef78697f9a1ca4caddd10dc2.zip |
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=483822
Diffstat (limited to 'editors/xmlcopyeditor')
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 76b09bd9834a..63e3912715f4 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -20,10 +20,10 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 +USES= compiler:c++11-lang dos2unix gettext gmake iconv libtool USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute -USES= dos2unix gettext gmake iconv libtool USE_GNOME= intltool GNU_CONFIGURE= yes |