View | Details | Raw Unified | Return to bug 236914 | Differences between
and this patch

Collapse All | Expand All

(-)games/vegastrike/Makefile (-6 / +10 lines)
Lines 19-36 Link Here
19
RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data
19
RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data
20
LIB_DEPENDS=	${PY_BOOST} \
20
LIB_DEPENDS=	${PY_BOOST} \
21
		libexpat.so:textproc/expat2 \
21
		libexpat.so:textproc/expat2 \
22
		libogg.so:audio/libogg \
23
		libpng16.so:graphics/png \
22
		libvorbis.so:audio/libvorbis \
24
		libvorbis.so:audio/libvorbis \
23
		libogg.so:audio/libogg
25
		libfontconfig.so:x11-fonts/fontconfig \
26
		libfreetype.so:print/freetype2
24
27
25
USES=		compiler:c++11-lang dos2unix gmake localbase:ldflags \
28
USES=		compiler:c++11-lang dos2unix gmake jpeg localbase:ldflags \
26
		openal:al pkgconfig python:2.7 tar:bzip2
29
		openal:al pkgconfig python:2.7 tar:bzip2
27
USE_CXXSTD=	c++98
30
USE_CXXSTD=	c++98
28
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
29
USE_SDL=	sdl
32
USE_SDL=	sdl
30
USE_GL=		glut
33
USE_GL=		gl glu glut
31
USE_XORG=	sm ice xi x11 xext xrender xinerama xi xrandr xcursor \
34
USE_XORG=	sm ice xi x11 xext xrender xinerama xi xrandr xcursor \
32
		xcomposite xdamage xfixes
35
		xcomposite xdamage xfixes xmu
33
USE_GNOME=	gtk20
36
USE_GNOME=	cairo gdkpixbuf2 gtk20
34
DOS2UNIX_GLOB=	*.cpp *.h
37
DOS2UNIX_GLOB=	*.cpp *.h
35
EXTRACT_AFTER_ARGS=	--exclude boost
38
EXTRACT_AFTER_ARGS=	--exclude boost
36
LLD_UNSAFE=	yes
39
LLD_UNSAFE=	yes
Lines 48-54 Link Here
48
OPTIONS_DEFINE=	MESHER DOCS
51
OPTIONS_DEFINE=	MESHER DOCS
49
MESHER_DESC=	Enable mesher modelling tool
52
MESHER_DESC=	Enable mesher modelling tool
50
53
51
MESHER_PLIST_FILES=	bin/mesher
54
MESHER_BIN_FILES=	bin/mesher
55
MESHER_PLIST_FILES=	${MESHER_BIN_FILES}
52
MESHER_LIB_DEPENDS=	libOgreMain.so:graphics/ogre3d
56
MESHER_LIB_DEPENDS=	libOgreMain.so:graphics/ogre3d
53
MESHER_CONFIGURE_ENABLE=	ogre
57
MESHER_CONFIGURE_ENABLE=	ogre
54
58

Return to bug 236914