diff options
author | pav <pav@FreeBSD.org> | 2010-04-03 05:36:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-03 05:36:51 +0800 |
commit | 66f537136b48c944c8f03094993130e0e15ee16c (patch) | |
tree | b5325909714c162a218b6c5ba92a6d9a122d2d11 /audio/ario | |
parent | 242932b57ae123bc267bc959182c7807a328c56c (diff) | |
download | freebsd-ports-graphics-66f537136b48c944c8f03094993130e0e15ee16c.tar.gz freebsd-ports-graphics-66f537136b48c944c8f03094993130e0e15ee16c.tar.zst freebsd-ports-graphics-66f537136b48c944c8f03094993130e0e15ee16c.zip |
- Builds fine with base gcc
PR: ports/145007
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Diffstat (limited to 'audio/ario')
-rw-r--r-- | audio/ario/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index fb805c4b8ad..fea89bfc3fc 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -7,7 +7,7 @@ PORTNAME= ario PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-avahi # without this ario don't build USE_LDCONFIG= yes USE_GMAKE= yes -USE_GCC= 4.4+ USE_GNOME= gtk20 gnomehack gnometarget INSTALLS_ICONS= yes |