diff options
author | stas <stas@FreeBSD.org> | 2007-03-12 06:25:58 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-12 06:25:58 +0800 |
commit | 7ad062dbd799e56f7c99d87d4911e91b20168938 (patch) | |
tree | 9b9f1c5d0e5446f6fab3d326d2e0a1ce25ca7b88 /graphics | |
parent | aae66f2208afcd8b77853416e9877f8e3f8ac841 (diff) | |
download | freebsd-ports-graphics-7ad062dbd799e56f7c99d87d4911e91b20168938.tar.gz freebsd-ports-graphics-7ad062dbd799e56f7c99d87d4911e91b20168938.tar.zst freebsd-ports-graphics-7ad062dbd799e56f7c99d87d4911e91b20168938.zip |
- Resurrect dependency, occasionly dropped in the previous commit.
- Bump PORTREVISION.
Reported by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djview4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index 009dc3018a5..b47c8217a65 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -7,7 +7,7 @@ PORTNAME= djview PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= djvu @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}4-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= Standalone Djvu viewer and plugin based on Qt4 toolkit +LIB_DEPENDS= djvulibre.18:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes USE_GNOME= pkgconfig gnometarget |