diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-27 06:15:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-27 06:15:45 +0800 |
commit | 3f28ff7982830527f78aa6a7940956b402913ed5 (patch) | |
tree | 48b2591be38eebda988b2dd17730abb3e71469b1 /cad | |
parent | d4e5b8d7afa66c4d95bcce26e3188d5d6cea5465 (diff) | |
download | freebsd-ports-gnome-3f28ff7982830527f78aa6a7940956b402913ed5.tar.gz freebsd-ports-gnome-3f28ff7982830527f78aa6a7940956b402913ed5.tar.zst freebsd-ports-gnome-3f28ff7982830527f78aa6a7940956b402913ed5.zip |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
While here, add USES=gl gnome.
PR: 234306
Submitted by: Piotr Kubaj
Reviewed by: swills
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index b06330d448ee..c588dd5bf87f 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support -USES= fortran pkgconfig +USES= compiler:c++11-lang fortran gl gnome pkgconfig USE_GL= glu USE_GNOME= gtk20 GNU_CONFIGURE= yes |