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

(-)science/kmovisto/Makefile (-2 / +1 lines)
Lines 15-27 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A real 3-D molecule viewer
16
COMMENT=	A real 3-D molecule viewer
17
17
18
BROKEN=		Configure fails
19
20
USE_QT_VER=	3
18
USE_QT_VER=	3
21
USE_GL=		yes
19
USE_GL=		yes
22
USE_GMAKE=	yes
20
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ARGS=	--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
25
24
26
post-patch:
25
post-patch:
27
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
26
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

Return to bug 113304