diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-02 05:51:23 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-02 05:51:23 +0000 |
commit | bb2a641b04c301c0d80ce09f76686236a5900b9f (patch) | |
tree | e1bd496e81e6fae7363bdde8758c754cb69b14df /print/ghostscript8 | |
parent | 32d0243f6a0642c35cf5ad9d7f547e4f6db88544 (diff) |
- Fix USE_GNOME
Notes
Notes:
svn path=/head/; revision=208304
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 1f03a9777fab..2df5199962a0 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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`" |