diff options
author | kwm <kwm@FreeBSD.org> | 2014-03-12 03:51:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-03-12 03:51:48 +0800 |
commit | d3e1f8c6de5b9319484c8662b6cb5d1e3e8ce5b2 (patch) | |
tree | a725899a5b6611a1d714a30160e957e73729e184 /graphics | |
parent | 174e918e34c21b4d947cad67c2b3356aa356c6ce (diff) | |
download | freebsd-ports-gnome-d3e1f8c6de5b9319484c8662b6cb5d1e3e8ce5b2.tar.gz freebsd-ports-gnome-d3e1f8c6de5b9319484c8662b6cb5d1e3e8ce5b2.tar.zst freebsd-ports-gnome-d3e1f8c6de5b9319484c8662b6cb5d1e3e8ce5b2.zip |
When trying to stage errors with:
You do not have write permissions to /usr/local
Also uses nautilus2 which will go away in the GNOME3 update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comix/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 476f0c5b4b1d..bed42833da5e 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 comic book viewer for .cbz, .cbr, and .cbt files +DEPRECATED= Insists on installing in /usr/local, and uses nautilus2 which is deprecated. +EXPIRATION_DATE=2014-04-10 + RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 |