diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 04:38:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 04:38:22 +0000 |
commit | c12220ba5f28c13e21482b0db5f7eedc6aa1eb46 (patch) | |
tree | b772c551484940d33b6e2a6952432258f10b213a /graphics/maim | |
parent | 9862c19ac1d15a47b97591f7320180b8f5bc4d1f (diff) | |
download | ports-c12220ba5f28c13e21482b0db5f7eedc6aa1eb46.tar.gz ports-c12220ba5f28c13e21482b0db5f7eedc6aa1eb46.zip |
Notes
Diffstat (limited to 'graphics/maim')
-rw-r--r-- | graphics/maim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 8b2dfa4eb0cd..82c7da700a9b 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png \ libslopy.so:x11/slop -USES= cmake jpeg +USES= cmake compiler:c++11-lang jpeg USE_GITHUB= yes GH_ACCOUNT= naelstrof USE_GL= gl glut |