diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-03 15:50:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-03 15:50:52 +0000 |
commit | 2417428faca48ac88de0d2536ef137b81cad3f06 (patch) | |
tree | 36ac1e772fe8dac1210287614d5bedbba3dd20ab /graphics/GraphicsMagick13 | |
parent | a6c6da1d034e87f6e53af7945b751ca869e4c67f (diff) | |
download | ports-2417428faca48ac88de0d2536ef137b81cad3f06.tar.gz ports-2417428faca48ac88de0d2536ef137b81cad3f06.zip |
Notes
Diffstat (limited to 'graphics/GraphicsMagick13')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index ac88ab48cbb7..f1fce86d4185 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -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 |