Two programs need Perl. PKGREVISION++
This commit is contained in:
parent
78296e44f9
commit
71d427f62d
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.108 2007/02/10 09:40:52 ghen Exp $
|
||||
# $NetBSD: Makefile,v 1.109 2007/02/15 14:30:09 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnucash-2.0.4
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
|
||||
|
||||
|
@ -16,10 +16,13 @@ DEPENDS+= guile-www-[0-9]*:../../devel/guile-www
|
|||
USE_DIRS+= xdg-1.1
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake intltool makeinfo msgfmt pkg-config
|
||||
USE_TOOLS+= gmake intltool makeinfo msgfmt perl:run pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= YES
|
||||
|
||||
REPLACE_PERL+= src/quotes/gnc-fq-dump
|
||||
REPLACE_PERL+= src/optional/xsl/vcard-gnccustomer.pl
|
||||
|
||||
PKGCONFIG_OVERRIDE+= lib/goffice-0.0.4/libgoffice-1.pc.in
|
||||
PKGCONFIG_OVERRIDE+= lib/libgsf-1.12.3/libgsf-1.pc.in
|
||||
PKGCONFIG_OVERRIDE+= lib/libgsf-1.12.3/libgsf-gnome-1.pc.in
|
||||
|
|
Loading…
Reference in a new issue