diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-01 20:04:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-01 20:04:27 +0000 |
commit | b76032d4daaee0432303e80d68331459b22bb23e (patch) | |
tree | 8842b1b42371596f473824b79e6e379865d0bf3b /net/transmission-qt | |
parent | 20d99b6b1a23a3da73042751f43efc8820569050 (diff) | |
download | pkgsrc-b76032d4daaee0432303e80d68331459b22bb23e.tar.gz |
Fix build with quota patch.
Diffstat (limited to 'net/transmission-qt')
-rw-r--r-- | net/transmission-qt/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/transmission-qt/Makefile b/net/transmission-qt/Makefile index da6507f3271..3b4f27535bd 100644 --- a/net/transmission-qt/Makefile +++ b/net/transmission-qt/Makefile @@ -1,9 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2014/04/01 09:48:05 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/01 20:04:27 wiz Exp $ PKGNAME= ${DISTNAME:C:-:-qt-:} USE_LANGUAGES= c c++ MAKE_ENV+= QTDIR=${QTDIR} + +.include "../../mk/bsd.fast.prefs.mk" + +.if !empty(MACHINE_PLATFORM:MNetBSD-[6-9].*-*) +MAKE_ENV+= SUBLIBS=-lquota +.endif + INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}${PREFIX} CONFIGURE_ARGS+= --disable-cli |