View | Details | Raw Unified | Return to bug 155051
Collapse All | Expand All

(-)./photofilmstrip/Makefile (-2 / +2 lines)
Lines 21-33 Link Here
21
USE_PYTHON=	yes
21
USE_PYTHON=	yes
22
USE_WX=		2.8+
22
USE_WX=		2.8+
23
WX_COMPS=	python:lib
23
WX_COMPS=	python:lib
24
WX_UNICODE=	yes
24
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
25
26
26
LICENSE=	GPLv2
27
LICENSE=	GPLv2
27
28
28
pre-everything::
29
pre-everything::
29
	@${ECHO_MSG} "To run ${PORTNAME}, you must have the Unicode version of py-wxPython28 installed."
30
	@${ECHO_MSG} "To run ${PORTNAME}, you must have sqlite3 installed with extensions enabled."
30
	@${ECHO_MSG} "You must also have sqlite3 installed with extensions enabled."
31
31
32
ALL_TARGET=	compile
32
ALL_TARGET=	compile

Return to bug 155051