diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-14 18:31:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-14 18:31:24 +0000 |
commit | 4aadfac3dc8c9b871ef62ab552f54ef1a687dd11 (patch) | |
tree | e3f3fc080a455932df488be74152a03ca4c7f575 /print | |
parent | 30e4ab374159517fce6925344836cfa910ed260f (diff) |
Notes
Diffstat (limited to 'print')
-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 |