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

(-)graphics/pstoedit/Makefile (-5 / +3 lines)
Lines 13-28 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Convert PostScript to other vector graphic formats
14
COMMENT=	Convert PostScript to other vector graphic formats
15
15
16
BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig \
16
BUILD_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
17
		gs:${PORTSDIR}/print/ghostscript-gnu
18
LIB_DEPENDS=	Magick++.5:${PORTSDIR}/graphics/ImageMagick \
17
LIB_DEPENDS=	Magick++.5:${PORTSDIR}/graphics/ImageMagick \
19
		ming.3:${PORTSDIR}/graphics/ming \
18
		ming.3:${PORTSDIR}/graphics/ming \
20
		plotter.4:${PORTSDIR}/graphics/plotutils
19
		plotter.4:${PORTSDIR}/graphics/plotutils
21
RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig \
20
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
22
		gs:${PORTSDIR}/print/ghostscript-gnu
23
21
22
USE_GNOME=	gnometarget pkgconfig
24
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
25
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
27
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes

Return to bug 55056