diff options
Diffstat (limited to 'graphics/GraphicsMagick13/Makefile')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index c0ffda144e91..8302d672ed2d 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GraphicsMagick -PORTVERSION= 1.1.11 +PORTVERSION= 1.1.12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ @@ -53,7 +53,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" .endif -#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-data-html |