mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
misc/gpsim: do not set USE_CXXSTD twice
This commit is contained in:
parent
8ff01610cf
commit
e99cf38718
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515690
@ -19,11 +19,10 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
RUN_DEPENDS= gpasm:devel/gputils
|
||||
|
||||
USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix pkgconfig readline
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pango
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_CXXSTD= c++11
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS_BUILD= ga
|
||||
|
Loading…
Reference in New Issue
Block a user