diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-09-11 20:57:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-09-11 20:57:53 +0000 |
commit | 8e5666c584ffd7de85d39c85408e7f894249e328 (patch) | |
tree | d3f837665f09211010f7f978a868f4395c5c7a29 /graphics/djview4/Makefile | |
parent | 4574a4fb33085367cd15d16da70a3dcb9c967f4d (diff) |
Notes
Diffstat (limited to 'graphics/djview4/Makefile')
-rw-r--r-- | graphics/djview4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index 676746d9bc46..35b2cc961e4d 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= djview -PORTVERSION= 4.0 -PORTREVISION= 3 +PORTVERSION= 4.1 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= djvu @@ -16,7 +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 +LIB_DEPENDS= djvulibre.19:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes USE_GNOME= pkgconfig gnometarget @@ -28,6 +28,7 @@ CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \ CXXFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +WRKSRC= ${WRKDIR}/${PORTNAME}4-${PORTVERSION}.orig .if defined(CXX) && ${CXX:M*icc} QMAKESPEC?= freebsd-icc |