diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:53:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:53:26 +0000 |
commit | 246c780c9a9deea41c0c0ee71bf88c3326a96fdf (patch) | |
tree | 57f79531738fd4830927ecb499a90d43f7e39625 | |
parent | 0a1b1add2bc5cdc88db924fa03504b922c30d169 (diff) | |
download | ports-246c780c9a9deea41c0c0ee71bf88c3326a96fdf.tar.gz ports-246c780c9a9deea41c0c0ee71bf88c3326a96fdf.zip |
Notes
-rw-r--r-- | devel/lasi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index 6e83e745596a..4a57f7331caa 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes -USES= cmake pathfix pkgconfig +USES= cmake compiler:c++11-lang gnome pathfix pkgconfig PATHFIX_CMAKELISTSTXT= pkg-config.cmake USE_GNOME= pango |