summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-02 05:51:23 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-02 05:51:23 +0000
commitbb2a641b04c301c0d80ce09f76686236a5900b9f (patch)
treee1bd496e81e6fae7363bdde8758c754cb69b14df /print/ghostscript-gpl
parentChase the libpurple shared lib version. (diff)
- Fix USE_GNOME
Notes
Notes: svn path=/head/; revision=208304
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r--print/ghostscript-gpl/Makefile3
1 files changed, 2 insertions, 1 deletions
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`"