aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-02 16:02:53 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-02 16:02:53 +0000
commited9b65cbc6a9d177c4ba8e61395e8eb05d3e05a3 (patch)
tree979465813f3a772d157167efae48bf0925632116 /finance
parent5adadef81fe7be3fa0dd1c0a4367bbd16d9cbda3 (diff)
downloadports-ed9b65cbc6a9d177c4ba8e61395e8eb05d3e05a3.tar.gz
ports-ed9b65cbc6a9d177c4ba8e61395e8eb05d3e05a3.zip
Fix hopefully the last typo. Spell PORTSDIR correctly in the webkit section.
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes: svn path=/head/; revision=270125
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index d970d5bbc7fc..ccafa68b21d5 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -101,7 +101,7 @@ PLIST_SUB+= DATABASE="@comment "
.if defined(WITH_WEBKIT)
CONFIGURE_ARGS+=--with-html-engine=webkit
-LIB_DEPENDS+= webkit-1.0.13:${PORSTDIR}/www/webkit-gtk2
+LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
.else
USE_GNOME+= gtkhtml3
.endif