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

(-)sweep/Makefile (-5 lines)
Lines 25-31 Link Here
25
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_LIBTOOL=	yes
27
USE_LIBTOOL=	yes
28
USE_REINPLACE=	yes
29
USE_GNOME=	gnomeprefix gnomehier gnomehack gtk12
28
USE_GNOME=	gnomeprefix gnomehier gnomehack gtk12
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
31
		LDFLAGS="-L${LOCALBASE}/lib"
30
		LDFLAGS="-L${LOCALBASE}/lib"
Lines 37-45 Link Here
37
		--with-ogg=${LOCALBASE}/include/ogg
36
		--with-ogg=${LOCALBASE}/include/ogg
38
37
39
MAN1=		sweep.1
38
MAN1=		sweep.1
40
41
post-patch:
42
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
43
		s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
44
39
45
.include <bsd.port.mk>
40
.include <bsd.port.mk>

Return to bug 53483