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

(-)Makefile (-1 / +2 lines)
Lines 30-36 Link Here
30
CONFIGURE_ARGS=	--without-guile --with-bonobo --with-gnome-db
30
CONFIGURE_ARGS=	--without-guile --with-bonobo --with-gnome-db
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
32
		LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
32
		LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
33
		DEFS="-I${X11BASE}/include/gal-2.0"
33
		DEFS="-I${X11BASE}/include/gal-2.0" \
34
		python_prog=${PYTHON_VERSION}
34
35
35
PLIST_SUB=	VERSION=${PORTVERSION}-bonobo
36
PLIST_SUB=	VERSION=${PORTVERSION}-bonobo

Return to bug 58082