diff options
author | alane <alane@FreeBSD.org> | 2002-10-15 09:38:29 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-15 09:38:29 +0800 |
commit | 84de6e1c02b13f4023f0dfe72fc15562d26715c5 (patch) | |
tree | 11cf9e1395e79e734e68c5e3a5f2720b8e578fe7 /print | |
parent | 04490f00a5fdfdc40e07304495e9c6f62666781d (diff) | |
download | freebsd-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/Makefile | 3 |
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 |