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

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	wesnoth
3
PORTNAME=	wesnoth
4
PORTVERSION=	1.13.0
4
PORTVERSION=	1.13.0
5
PORTREVISION=	1
5
CATEGORIES=	games
6
CATEGORIES=	games
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
7
		http://files.wesnoth.org/ \
8
		http://files.wesnoth.org/ \
Lines 19-24 Link Here
19
		libpng.so:${PORTSDIR}/graphics/png \
20
		libpng.so:${PORTSDIR}/graphics/png \
20
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
21
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
21
22
23
LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
24
22
USE_SDL=	image mixer net ttf
25
USE_SDL=	image mixer net ttf
23
USE_GNOME=	pango
26
USE_GNOME=	pango
24
USES=		compiler:features cmake cpe pkgconfig tar:bzip2
27
USES=		compiler:features cmake cpe pkgconfig tar:bzip2

Return to bug 200236