View | Details | Raw Unified | Return to bug 244968 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/xpdf4/Makefile (-1 / +5 lines)
Lines 38-44 CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \ Link Here
38
38
39
PLIST_SUB=		DESKTOPDIR="${DESKTOPDIR}"
39
PLIST_SUB=		DESKTOPDIR="${DESKTOPDIR}"
40
40
41
OPTIONS_DEFINE=		TYPE1 LIBPAPER PRINT GUI
41
OPTIONS_DEFINE=		TYPE1 LIBPAPER PRINT GUI NO_FONTCONFIG
42
OPTIONS_DEFAULT=	TYPE1 PRINT GUI
42
OPTIONS_DEFAULT=	TYPE1 PRINT GUI
43
OPTIONS_SUB=		yes
43
OPTIONS_SUB=		yes
44
44
Lines 60-65 PRINT_DESC= Print support (CUPS dependency) Link Here
60
PRINT_LDFLAGS=		-L${LOCALBASE}/lib
60
PRINT_LDFLAGS=		-L${LOCALBASE}/lib
61
PRINT_LIB_DEPENDS=	libcups.so:print/cups
61
PRINT_LIB_DEPENDS=	libcups.so:print/cups
62
62
63
NO_FONTCONFIG_DESC=		Disable use of libfontconfig (XFCE)
64
NO_FONTCONFIG_IMPLIES=		GUI
65
NO_FONTCONFIG_CMAKE_BOOL=	NO_FONTCONFIG
66
63
post-install:
67
post-install:
64
		@cd ${STAGEDIR}${PREFIX}; \
68
		@cd ${STAGEDIR}${PREFIX}; \
65
		${LN} -sf ../libexec/xpdf/xpdf bin/xpdf
69
		${LN} -sf ../libexec/xpdf/xpdf bin/xpdf

Return to bug 244968