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

(-)GraphicsMagick/Makefile Tue Jun 26 13:16:37 2007 (-3 / +6 lines)
Lines 42-55 Link Here
42
.ifndef WINDOWS_FONT_DIR
42
.ifndef WINDOWS_FONT_DIR
43
# Use fonts installed by x11-fonts/webfonts by default
43
# Use fonts installed by x11-fonts/webfonts by default
44
WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts
44
WINDOWS_FONT_DIR=${X11BASE}/lib/X11/fonts/webfonts
45
.endif
45
.endif
46
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
46
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
47
CONFIGURE_ARGS=        --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
47
CONFIGURE_ARGS=        --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
48
               --enable-shared --enable-static --without-threads \
48
               --enable-shared --enable-static --without-threads
49
               --enable-symbol-prefix
50
USE_LDCONFIG=  yes
49
USE_LDCONFIG=  yes
50
51
.if !defined(WITHOUT_SYMBOL_PREFIX)
52
CONFIGURE_ARGS+=       --enable-symbol-prefix
53
.endif
51
.if !defined(NOPORTDOCS)
54
.if !defined(NOPORTDOCS)
52
INSTALL_TARGET=        install install-data-html
55
INSTALL_TARGET=        install install-data-html

Return to bug 114036