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

Collapse All | Expand All

(-)/usr/ports/databases/flamerobin/Makefile (-3 / +11 lines)
Lines 17-36 Link Here
17
17
18
LIB_DEPENDS=	fbclient.1:${PORTSDIR}/databases/firebird-client
18
LIB_DEPENDS=	fbclient.1:${PORTSDIR}/databases/firebird-client
19
19
20
USE_WX=		2.6
20
USE_XLIB=	yes
21
USE_WX=		2.6+
21
WX_COMPS=	wx contrib
22
WX_COMPS=	wx contrib
22
WX_CONF_ARGS=	absolute
23
WX_CONF_ARGS=	absolute
23
WX_PREMK=	yes
24
WX_PREMK=	yes
24
WX_UNICODE=	yes
25
WX_UNICODE=	yes
25
26
26
USE_X_PREFIX=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
28
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
29
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L
29
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
30
MAN1=		flamerobin.1
31
MAN1=		flamerobin.1
31
32
33
OPTIONS=	FIREBIRD "Use firebird1 instead of firebird2" off
34
32
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
36
37
.if defined(WITH_FIREBIRD)
38
LIB_DEPENDS=	fbclient.1:${PORTSDIR}/databases/firebird-client
39
.else
40
LIB_DEPENDS=	fbclient.2:${PORTSDIR}/databases/firebird-client
41
.endif
33
42
34
.if exists(${WX_CONFIG})
43
.if exists(${WX_CONFIG})
35
WX_VER_STR!=	${WX_CONFIG} --release
44
WX_VER_STR!=	${WX_CONFIG} --release
36
-exclude=CVS /usr/ports/databases/flamerobin/distinfo /usr/ports/databases/flamerobin-new/distinfo

Return to bug 109585