diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2011-05-22 15:53:57 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2011-05-22 15:53:57 +0000 |
commit | 4e2908e00644416e6cd43eaa0e733a16139c65a9 (patch) | |
tree | 0315eecec289c652523db5583e4af220767aecf5 /net-p2p | |
parent | a4218f13e88547643969a75ffba715f6c5710f7a (diff) | |
download | ports-4e2908e00644416e6cd43eaa0e733a16139c65a9.tar.gz ports-4e2908e00644416e6cd43eaa0e733a16139c65a9.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 |