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

(-)Makefile (-2 / +3 lines)
Lines 21-33 Link Here
21
BROKEN=		bad dependency line
21
BROKEN=		bad dependency line
22
22
23
.if !defined(WITHOUT_MYSQL_SERVER)
23
.if !defined(WITHOUT_MYSQL_SERVER)
24
BUILD_DEPENDS+=	mysql:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
24
USE_MYSQL=	server
25
.else
26
USE_MYSQL=	yes
25
.endif
27
.endif
26
28
27
WRKSRC=		${WRKDIR}/Pantera_Release
29
WRKSRC=		${WRKDIR}/Pantera_Release
28
USE_ZIP=	yes
30
USE_ZIP=	yes
29
USE_PYTHON=	yes
31
USE_PYTHON=	yes
30
USE_MYSQL=	yes
31
NO_BUILD=	yes
32
NO_BUILD=	yes
32
SUB_FILES=	pkg-message pantera.sh
33
SUB_FILES=	pkg-message pantera.sh
33
SUB_LIST+=	SCRIPTDIR=${SCRIPTDIR}
34
SUB_LIST+=	SCRIPTDIR=${SCRIPTDIR}

Return to bug 159542