diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-21 08:50:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-21 08:50:25 +0000 |
commit | a99f988a50f1e9750c61f6b6e810a8ad6ffb7cfb (patch) | |
tree | 8b3d15b266def8c838441e69e215b9733a41f223 | |
parent | Update to 1.2.32 which includes security fix. (diff) |
- Add missing dependency on qt4-imageformats
Submitted by: Andy Fawcett <andy@athame.co.uk> (maintainer)
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=220442
-rw-r--r-- | www/arora/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/arora/Makefile b/www/arora/Makefile index 0ab40336996f..3fc230931013 100644 --- a/www/arora/Makefile +++ b/www/arora/Makefile @@ -6,6 +6,7 @@ PORTNAME= arora PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -13,7 +14,8 @@ MAINTAINER= andy@athame.co.uk COMMENT= Simple Qt4 based browser USE_QT_VER= 4 -QT_COMPONENTS= network webkit qmake_build moc_build uic_build rcc_build +QT_COMPONENTS= network webkit qmake_build moc_build uic_build rcc_build \ + imageformats HAS_CONFIGURE= yes QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX} |