diff options
author | shaun <shaun@FreeBSD.org> | 2011-05-22 23:53:57 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2011-05-22 23:53:57 +0800 |
commit | 9cb4221bcbd0d7c74687ba4aab24324551699875 (patch) | |
tree | 3dbfcf8e167f2ba57e99f478fc7e738cf8e5d893 /net-p2p/bitcoin | |
parent | 5862f9ad9539a6b14c7876eca338fc13cc084110 (diff) | |
download | freebsd-ports-gnome-9cb4221bcbd0d7c74687ba4aab24324551699875.tar.gz freebsd-ports-gnome-9cb4221bcbd0d7c74687ba4aab24324551699875.tar.zst freebsd-ports-gnome-9cb4221bcbd0d7c74687ba4aab24324551699875.zip |
Fix dependency line.
Submitted by: Torfinn Ingolfsen via freebsd-ports
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index d2b76e2fa374..d5db8968a307 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -38,7 +38,7 @@ USE_GNOME= gtk20 #USE_WX= 2.9+ -BUILD_DEPENDS+= include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x11-toolkits/wxgtk29 +BUILD_DEPENDS+= ${LOCALBASE}/include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x11-toolkits/wxgtk29 WX_CONFIG= ${LOCALBASE}/bin/wxgtk2u-2.9-config PLIST_FILES= bitcoin |