From bb2a641b04c301c0d80ce09f76686236a5900b9f Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 2 Mar 2008 05:51:23 +0000 Subject: - Fix USE_GNOME --- print/ghostscript-gpl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/ghostscript-gpl') diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 1f03a9777fab..2df5199962a0 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -32,6 +32,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print CONFLICTS= ghostscript-gnu* USE_BZIP2= yes USE_GMAKE= yes +WANT_GNOME= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" @@ -106,7 +107,7 @@ MAKE_ENV+= FT_BRIDGE=1 FT_ROOT="${WRKSRC}/freetype" FT_LIB_EXT=".a" .if defined(WITHOUT_X11) MAKE_ENV+= SOC_LOADER="dxmainc.c" .else -USE_GNOME= gtk20 +USE_GNOME+= gtk20 MAKE_ENV+= SOC_LOADER="dxmain.c" \ SOC_CFLAGS="`pkg-config --cflags gtk+-2.0`" \ SOC_LIBS="`pkg-config --libs gtk+-2.0`" -- cgit v1.2.3