diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-07-31 16:40:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-07-31 16:40:01 +0000 |
commit | b3e18c1c573530f5db4c00e66a62e3f365c76c33 (patch) | |
tree | 9697c18a0cebb12decbd2e4bc6e7d95c008f5845 /graphics/GraphicsMagick13 | |
parent | 38a2728d8c5163dcdfbf3e1c9cf892a315966eaf (diff) | |
download | ports-b3e18c1c573530f5db4c00e66a62e3f365c76c33.tar.gz ports-b3e18c1c573530f5db4c00e66a62e3f365c76c33.zip |
Notes
Diffstat (limited to 'graphics/GraphicsMagick13')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index 44e229a64dd2..421b2b20b366 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -7,7 +7,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ @@ -46,7 +46,8 @@ WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --enable-shared --enable-static --without-threads + --enable-shared --enable-static --without-threads \ + --enable-symbol-prefix INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) |