aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-02-15 02:31:24 +0800
committerdinoex <dinoex@FreeBSD.org>2009-02-15 02:31:24 +0800
commitb9c128d5693a4bc11228c6f04580acdefbae71ba (patch)
tree4161051b7f25fde8cd56490115e7b9ec7beb0c5a /print/cups-base
parent87e90dad8689163d840776088fc2be786a91ec39 (diff)
downloadfreebsd-ports-gnome-b9c128d5693a4bc11228c6f04580acdefbae71ba.tar.gz
freebsd-ports-gnome-b9c128d5693a4bc11228c6f04580acdefbae71ba.tar.zst
freebsd-ports-gnome-b9c128d5693a4bc11228c6f04580acdefbae71ba.zip
- remove option GVFS_OPEN
PR: 131472
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 86878a99f4e2..8c200f6f8ab5 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -51,8 +51,7 @@ OPTIONS= GNUTLS "Build with GNUTLS library" on \
PAM "Build with PAM support" off \
LDAP "Build with LDAP support" off \
DBUS "Build with DBUS support" off \
- XDG_OPEN "Build with XDG_OPEN as browser" off \
- GVFS_OPEN "Build with GVFS_OPEN as browser" off
+ XDG_OPEN "Build with XDG_OPEN as browser" off
CUPS_ETCDIR= ${PREFIX}/etc/cups
CUPS_SPOOLDIR= /var/spool/cups
@@ -136,10 +135,6 @@ CONFIGURE_ARGS+= --disable-dbus
RUN_DEPENDS+= xdg-open:${PORTSDIR}/devel/xdg-utils
.endif
-.if defined(WITH_GVFS_OPEN)
-RUN_DEPENDS+= gvfs-open:${PORTSDIR}/devel/gvfs
-.endif
-
MAN1EXT= 1
MAN5EXT= 5
MAN7EXT= 7
@@ -195,9 +190,6 @@ post-configure:
.endif
post-patch:
-.if defined(WITH_GVFS_OPEN)
- @${REINPLACE_CMD} -e 's|htmlview|gvfs-open|' ${WRKSRC}/desktop/cups.desktop
-.endif
.if defined(WITH_XDG_OPEN)
@${REINPLACE_CMD} -e 's|htmlview|xdg-open|' ${WRKSRC}/desktop/cups.desktop
.endif
to 20140427antoine2014-04-302-4/+3 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2 * Fix distinfoantoine2014-04-081-2/+2 * - Update to 20140406antoine2014-04-082-4/+5 * - Update to 20140227antoine2014-03-043-4/+5 * Python cleanup:rene2014-01-141-1/+1 * Update to 20131230antoine2014-01-062-3/+3 * Update to 20131210antoine2013-12-132-3/+3 * - Add an explicit dependency on pkgconf (needed for fuse detection)antoine2013-09-252-10/+12 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update libewf to 20130416 and libvshadow to 20130509antoine2013-07-122-4/+5 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1 * Update to 20130303.nobutaka2013-03-094-21/+9 * Convert USE_FUSE macros into USES feature.bapt2013-03-071-6/+2 * - introduce a USE_FUSE macroflo2012-12-141-2/+1 * Update to 20120813.nobutaka2012-08-252-3/+3 * Remove unused USE_LIBTOOL line.nobutaka2012-06-211-1/+0 * Update to 20120603.nobutaka2012-06-052-3/+3 * Add libewf, a library for support of the Expert Witness Compression Formatnobutaka2012-06-01