svn commit: r486411 - head/graphics/panoglview
Mark Linimon
linimon at FreeBSD.org
Sun Dec 2 12:47:38 UTC 2018
Author: linimon
Date: Sun Dec 2 12:47:37 2018
New Revision: 486411
URL: https://svnweb.freebsd.org/changeset/ports/486411
Log:
USES=compiler:c++11-lang is required to build this port on GCC-based
architectures.
PR: 233613
Submitted by: Piotr Kubaj
Approved by: maintainer
Modified:
head/graphics/panoglview/Makefile
Modified: head/graphics/panoglview/Makefile
==============================================================================
--- head/graphics/panoglview/Makefile Sun Dec 2 12:44:41 2018 (r486410)
+++ head/graphics/panoglview/Makefile Sun Dec 2 12:47:37 2018 (r486411)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTV
MAINTAINER= ii at any.com.ru
COMMENT= Panorama viewer using OpenGL
-USES= gmake
+USES= compiler:c++11-lang gmake
USE_GL= glu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-unicode
More information about the svn-ports-head
mailing list