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

(-)ports/java/sablevm/Makefile (-4 / +1 lines)
Lines 21-27 Link Here
21
CONFLICTS=	classpath-*
21
CONFLICTS=	classpath-*
22
22
23
LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt \
23
LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt \
24
		ffi:${PORTSDIR}/devel/libffi
24
		ffi:${PORTSDIR}/devel/libffi-devel
25
25
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USE_AUTOTOOLS=  libltdl
27
USE_AUTOTOOLS=  libltdl
Lines 29-37 Link Here
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
CONFIGURE_ENV=	CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib -I${LOCALBASE}/include -L${LOCALBASE}/lib"
31
CONFIGURE_ENV=	CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib -I${LOCALBASE}/include -L${LOCALBASE}/lib"
32
33
34
ONLY_FOR_ARCHS=	i386
35
32
36
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>

Return to bug 118312