diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xdemorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile index 289c37fead47..ded56d483b5a 100644 --- a/comms/xdemorse/Makefile +++ b/comms/xdemorse/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= gettext-tools gmake gnome localbase:ldflags pkgconfig tar:bz2 +USES= compiler:c++11-lang gettext-tools gmake gnome \ + localbase:ldflags pkgconfig tar:bz2 GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 |