diff options
author | swills <swills@FreeBSD.org> | 2014-02-13 02:41:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-13 02:41:27 +0800 |
commit | 5663bde7fba9f518b5071ea2e85a875c7ad4a6b6 (patch) | |
tree | 000f069954b6509dd0b742345d38783c5d8e8373 /net-p2p/dogecoin/Makefile | |
parent | 1236656dcfe43d182848a9547eb7313384bb50d1 (diff) | |
download | freebsd-ports-gnome-5663bde7fba9f518b5071ea2e85a875c7ad4a6b6.tar.gz freebsd-ports-gnome-5663bde7fba9f518b5071ea2e85a875c7ad4a6b6.tar.zst freebsd-ports-gnome-5663bde7fba9f518b5071ea2e85a875c7ad4a6b6.zip |
- Fix build after boost update
- Improve USE_QT4 dependencies
Diffstat (limited to 'net-p2p/dogecoin/Makefile')
-rw-r--r-- | net-p2p/dogecoin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index b361858c6c99..6371730c4125 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= dogecoin PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org @@ -36,14 +36,12 @@ CXXFLAGS+= -Wno-invalid-offsetof .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-endian -.else +.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__leveldb__Makefile .endif .if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) -USE_QT4= corelib gui qmake_build linguist uic moc rcc +USE_QT4= corelib network gui qmake_build linguist_build uic_build moc_build rcc_build BINARY= dogecoin-qt .else BINARY= dogecoind |