diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-27 18:18:44 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-27 18:18:44 +0800 |
commit | 4c9348ce42ef6c1ee8ea81fa3fbdbc1487bd89eb (patch) | |
tree | f14fb1ed21721993ef63140b9af4d0a3e54b42fa /devel/bugzilla/Makefile | |
parent | d321ca0e5aa999efddcff9aba26183d7642fbf0b (diff) | |
download | freebsd-ports-gnome-4c9348ce42ef6c1ee8ea81fa3fbdbc1487bd89eb.tar.gz freebsd-ports-gnome-4c9348ce42ef6c1ee8ea81fa3fbdbc1487bd89eb.tar.zst freebsd-ports-gnome-4c9348ce42ef6c1ee8ea81fa3fbdbc1487bd89eb.zip |
- Fix checksetup issue if p5-version>=0.92 is installed (which is in current ports tree)
See https://bugzilla.mozilla.org/show_bug.cgi?id=678772
PR: ports/159823
Submitted by: ohauer
Approved by: skv (per mail)
Obtained from: https://bugzilla.mozilla.org/attachment.cgi?id=552915&action=diff
Diffstat (limited to 'devel/bugzilla/Makefile')
-rw-r--r-- | devel/bugzilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 6fd0367ebbaf..e9a2b582a5ab 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= bugzilla PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived |