aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-10-15 09:38:29 +0800
committeralane <alane@FreeBSD.org>2002-10-15 09:38:29 +0800
commit84de6e1c02b13f4023f0dfe72fc15562d26715c5 (patch)
tree11cf9e1395e79e734e68c5e3a5f2720b8e578fe7 /print
parent04490f00a5fdfdc40e07304495e9c6f62666781d (diff)
downloadfreebsd-ports-gnome-84de6e1c02b13f4023f0dfe72fc15562d26715c5.tar.gz
freebsd-ports-gnome-84de6e1c02b13f4023f0dfe72fc15562d26715c5.tar.zst
freebsd-ports-gnome-84de6e1c02b13f4023f0dfe72fc15562d26715c5.zip
Found the problem. If it found a glib, which would only be a non-ports
glib, it would try to build Omni(?) drivers. We turn that off at config time and no more problem. PR: 43845
Diffstat (limited to 'print')
-rw-r--r--print/cups-pstoraster/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile
index 40507100b350..3fa234d32795 100644
--- a/print/cups-pstoraster/Makefile
+++ b/print/cups-pstoraster/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cups-pstoraster
PORTVERSION= 7.05.5
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.easysw.com/pub/ghostscript/
@@ -29,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --without-x --without-ijs --without-gimp-print \
--with-drivers=cups --with-gs=espgs \
--with-fontpath=${LOCALBASE}/share/ghostscript/fonts \
- --enable-compiled-inits
+ --enable-compiled-inits --without-omni
USE_REINPLACE= yes