diff options
author | joerg <joerg@pkgsrc.org> | 2015-01-07 00:15:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-01-07 00:15:53 +0000 |
commit | 3007e88a3bcfb51fc316d2f1d7565d6b13d5c7c7 (patch) | |
tree | c740bd19b90fcc2cc5b6fe1e4e3e599c5e0a991c /mail/drac | |
parent | d404b5545d907803d1b11361cc0c8c86f4ed7687 (diff) | |
download | pkgsrc-3007e88a3bcfb51fc316d2f1d7565d6b13d5c7c7.tar.gz |
Incomplete dependencies for binaries.
Diffstat (limited to 'mail/drac')
-rw-r--r-- | mail/drac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 13e71e79302..320e4786335 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/08 12:19:08 asau Exp $ +# $NetBSD: Makefile,v 1.22 2015/01/07 00:15:53 joerg Exp $ DISTNAME= drac PKGNAME= drac-1.12 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mail.cc.umanitoba.ca/drac/ COMMENT= Dynamic Relay Authorization Control +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} |