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

(-)Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	GraphicsMagick
8
PORTNAME=	GraphicsMagick
9
PORTVERSION=	1.1.6
9
PORTVERSION=	1.1.6
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
13
		ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
Lines 46-52 Link Here
46
46
47
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
47
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
48
CONFIGURE_ARGS=	--without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
48
CONFIGURE_ARGS=	--without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
49
		--enable-shared --enable-static --without-threads
49
		--enable-shared --enable-static --without-threads \
50
		--enable-symbol-prefix
50
INSTALLS_SHLIB=	yes
51
INSTALLS_SHLIB=	yes
51
52
52
.if !defined(NOPORTDOCS)
53
.if !defined(NOPORTDOCS)

Return to bug 94905