diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-02-15 02:31:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-02-15 02:31:24 +0800 |
commit | b9c128d5693a4bc11228c6f04580acdefbae71ba (patch) | |
tree | 4161051b7f25fde8cd56490115e7b9ec7beb0c5a /print/cups-base | |
parent | 87e90dad8689163d840776088fc2be786a91ec39 (diff) | |
download | freebsd-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/Makefile | 10 |
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 |