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

(-)Makefile (-1 / +3 lines)
Lines 27-32 Link Here
27
OPTIONS=	MING "Enable swf interface" on \
27
OPTIONS=	MING "Enable swf interface" on \
28
		PSTOEDIT "Convert postscript to other formats" on
28
		PSTOEDIT "Convert postscript to other formats" on
29
29
30
.include <bsd.port.pre.mk>
31
30
.if !defined (WITHOUT_MING)
32
.if !defined (WITHOUT_MING)
31
LIB_DEPENDS+=	ming.4:${PORTSDIR}/graphics/ming
33
LIB_DEPENDS+=	ming.4:${PORTSDIR}/graphics/ming
32
CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
34
CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
Lines 47-50 Link Here
47
		/^PSTOEDIT_CONFIG=/ s|=.*$$|=pkg-config| ' ${WRKSRC}/configure
49
		/^PSTOEDIT_CONFIG=/ s|=.*$$|=pkg-config| ' ${WRKSRC}/configure
48
.endif
50
.endif
49
51
50
.include <bsd.port.mk>
52
.include <bsd.port.post.mk>

Return to bug 125129