diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-10 23:01:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-10 23:01:33 +0800 |
commit | 6f18e347e0cd3e1ae5e730486ca09e69b76ebc96 (patch) | |
tree | e0b805c0dcdf59e209306140213cd4cc00ee76b8 /graphics | |
parent | a97a6b674c88010f385d6fa79dc94d79169f0a34 (diff) | |
download | marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar.gz marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar.bz2 marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar.lz marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar.xz marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.tar.zst marcuscom-ports-6f18e347e0cd3e1ae5e730486ca09e69b76ebc96.zip |
Remove run_depend on unzip since unzip is in base since FreeBSD 8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18525 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 1 | ||||
-rw-r--r-- | graphics/evince3/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 2cfc87f2c..6d1a36be3 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -106,7 +106,6 @@ PLIST_SUB+= DJVU="@comment " .endif .if ${PORT_OPTIONS:MCOMICS} -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip CONFIGURE_ARGS+= --enable-comics GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas PLIST_SUB+= COMICS="" diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile index 370077906..b00b8c1a7 100644 --- a/graphics/evince3/Makefile +++ b/graphics/evince3/Makefile @@ -103,7 +103,6 @@ PLIST_SUB+= DJVU="@comment " .endif .if ${PORT_OPTIONS:MCOMICS} -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip CONFIGURE_ARGS+= --enable-comics PLIST_SUB+= COMICS="" .else |