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

(-)b/editors/xcoral/Makefile (-1 / +3 lines)
Lines 15-24 COMMENT= Multiwindow mouse-based text editor for X Link Here
15
15
16
LICENSE=	GPLv2
16
LICENSE=	GPLv2
17
17
18
LIB_DEPENDS=	libgnuregex.so.6:devel/libgnuregex
19
18
USES=		bison compiler:c11 xorg
20
USES=		bison compiler:c11 xorg
19
USE_XORG=	x11
21
USE_XORG=	x11
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
23
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
24
LDFLAGS+=	-L${LOCALBASE}/lib
22
LIBS+=		-lgnuregex
25
LIBS+=		-lgnuregex
23
EXTRACT_AFTER_ARGS=	--exclude BR_Parser.[ch]
26
EXTRACT_AFTER_ARGS=	--exclude BR_Parser.[ch]
24
27
25
- 

Return to bug 252250