diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-21 02:25:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-21 02:25:07 +0800 |
commit | 00e183a499f9be79ab06561157302f96b6744ba8 (patch) | |
tree | 245ce62fc2670011fd06b32c0a61d0408bd47c63 /comms | |
parent | ee51b1f1fe61f037c1f4857b5a4c7c887cb5eec2 (diff) | |
download | freebsd-ports-gnome-00e183a499f9be79ab06561157302f96b6744ba8.tar.gz freebsd-ports-gnome-00e183a499f9be79ab06561157302f96b6744ba8.tar.zst freebsd-ports-gnome-00e183a499f9be79ab06561157302f96b6744ba8.zip |
- Update x11-toolkits/c++-gtk-utils to 2.2.2
- Bump affected comms/efax-gtk
- Both ports need at least gcc46 to build
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 00a6d13338eb..cce77241af69 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -3,6 +3,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.2.12 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz @@ -20,7 +21,7 @@ USES= pkgconfig USE_GHOSTSCRIPT_RUN=yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GCC= yes +USE_GCC= 4.6+ CONFLICTS= efax-[0-9]* |