- set NO_REGRESS
- remove USE_GROFF - regen patches from gleydson soares
This commit is contained in:
parent
4b172519d2
commit
28b9b3306a
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/22 08:37:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/03/16 08:53:44 jasper Exp $
|
||||
|
||||
COMMENT = graphical documentation browser for Perl
|
||||
|
||||
DISTNAME = podbrowser-0.12
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES = devel x11
|
||||
|
||||
HOMEPAGE = http://code.google.com/p/podbrowser/
|
||||
HOMEPAGE = http://podbrowser.googlecode.com/
|
||||
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
|
||||
|
||||
# GPLv2
|
||||
@ -16,13 +16,14 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
USE_GROFF = Yes
|
||||
RUN_DEPENDS = x11/p5-Gtk2-GladeXML \
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
devel/p5-Locale-gettext \
|
||||
x11/p5-Gtk2-Ex-PodViewer \
|
||||
devel/xdg-utils \
|
||||
www/p5-HTML-Parser \
|
||||
www/p5-URI \
|
||||
devel/desktop-file-utils \
|
||||
devel/xdg-utils
|
||||
x11/p5-Gtk2-Ex-PodViewer \
|
||||
x11/p5-Gtk2-GladeXML
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2009/09/05 08:44:15 landry Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.2 2011/03/16 08:53:44 jasper Exp $
|
||||
--- Makefile.orig Mon Sep 17 19:36:17 2007
|
||||
+++ Makefile Fri Sep 4 04:04:45 2009
|
||||
+++ Makefile Wed Mar 16 09:50:32 2011
|
||||
@@ -1,10 +1,10 @@
|
||||
# $Id: patch-Makefile,v 1.1.1.1 2009/09/05 08:44:15 landry Exp $
|
||||
# $Id: patch-Makefile,v 1.2 2011/03/16 08:53:44 jasper Exp $
|
||||
NAME=podbrowser
|
||||
-PREFIX=/usr/local
|
||||
+PREFIX?=/usr/local
|
||||
|
Loading…
Reference in New Issue
Block a user