diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 11:54:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 11:54:07 +0000 |
commit | 0964e7868d8a781e8ab86e9010942fe69ab2ae80 (patch) | |
tree | 99d832b6332ff64e6efa57723fe0c0688db99769 /comms/efax-gtk | |
parent | - Update to 3.6.2 (diff) |
- Update x11-toolkits/c++-gtk-utils to 2.2.0
add support for DOCS option, switch to PORTDOCS
- Update comms/efax-gtk to 3.2.12
Notes
Notes:
svn path=/head/; revision=319650
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 22 | ||||
-rw-r--r-- | comms/efax-gtk/distinfo | 4 |
2 files changed, 7 insertions, 19 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index f3e2d03d1971..c129e3258b78 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= efax-gtk -PORTVERSION= 3.2.11 +PORTVERSION= 3.2.12 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz @@ -12,27 +12,15 @@ COMMENT= GUI frontend for efax program LICENSE= GPLv2 -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - cxx-gtk-utils-2-2.0:${PORTSDIR}/x11-toolkits/c++-gtk-utils +LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ + cxx-gtk-utils-2-2.2:${PORTSDIR}/x11-toolkits/c++-gtk-utils RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv -USES= pkgconfig iconv +USES= pkgconfig USE_GHOSTSCRIPT_RUN=yes -USE_GNOME= gdkpixbuf2 gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GCC= 4.4+ -USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ - xi xinerama xrandr xrender MAKE_JOBS_SAFE= yes CONFLICTS= efax-[0-9]* diff --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo index 0877228ff4e7..5d5e3f0edd9b 100644 --- a/comms/efax-gtk/distinfo +++ b/comms/efax-gtk/distinfo @@ -1,2 +1,2 @@ -SHA256 (efax-gtk-3.2.11.src.tgz) = 15f726a7cd8ba28f0934433d8bfd2c80c5b94fbe61174fe17e2c85d296ce8cd2 -SIZE (efax-gtk-3.2.11.src.tgz) = 1236415 +SHA256 (efax-gtk-3.2.12.src.tgz) = 5014b758db9533efbf898be96b0edbda577b6cd9ea34004171731ba0ff0e210e +SIZE (efax-gtk-3.2.12.src.tgz) = 1242786 |