diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 04:14:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 04:14:30 +0000 |
commit | bdd1c4788315bec84010dc15a8f39e8e193be0ff (patch) | |
tree | 79c380a47106c18655a737f241b8adfb14d03a10 /finance/gnucash-devel/Makefile | |
parent | c14dd375126b2119f1a114087ba7d792d36c6bd1 (diff) |
Notes
Diffstat (limited to 'finance/gnucash-devel/Makefile')
-rw-r--r-- | finance/gnucash-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 06e56558165d..6c1bc1b0b02d 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -46,5 +47,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" MAN1= gnc-prices.1 gnucash.1 +INFO= gnucash-design .include <bsd.port.mk> |