diff options
author | marino <marino@pkgsrc.org> | 2012-09-01 09:12:35 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-09-01 09:12:35 +0000 |
commit | 05152fe96767aa433407db5fae9e0109202fd257 (patch) | |
tree | afa26965ab2b767106cfe2f47b6a724df0265c70 /devel/qof/Makefile | |
parent | 3cd9d486120a385068b771dd537ae8ad712aa238 (diff) | |
download | pkgsrc-05152fe96767aa433407db5fae9e0109202fd257.tar.gz |
devel/qof: Fix PLIST for doxygen-1.8.2, depend on it, bump PKGREVISION
Diffstat (limited to 'devel/qof/Makefile')
-rw-r--r-- | devel/qof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/qof/Makefile b/devel/qof/Makefile index ab9b10a7bfc..67dbe112ddc 100644 --- a/devel/qof/Makefile +++ b/devel/qof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2012/07/09 12:15:08 mef Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/01 09:12:35 marino Exp $ # DISTNAME= qof-0.7.5 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qof/} @@ -11,7 +11,7 @@ HOMEPAGE= http://qof.alioth.debian.org/ COMMENT= Query Object Framework LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen MAKE_JOBS_SAFE= no |