diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:30:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:30:46 +0000 |
commit | 444162b4407effd8a6dd3ba1ab08fe1db95686fb (patch) | |
tree | 17d1e1abe271b37b66ae685c073792a7f6eedb1e /math/drgeo | |
parent | 9008532587696e1adf330ebaba8b5d05d88771b3 (diff) |
Notes
Diffstat (limited to 'math/drgeo')
-rw-r--r-- | math/drgeo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index fcea1b4db424..9445234b39a7 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -13,11 +13,9 @@ COMMENT= GTK interactive geometry software LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: ./geo/libgeo.a: multiple definition of drgeoDialogData - LIB_DEPENDS= libguile.so:lang/guile -USES= gettext gmake localbase:ldflags pkgconfig pathfix +USES= compiler:c++11-lang gettext gmake localbase:ldflags pkgconfig pathfix GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack libglade2 |