diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-17 18:11:07 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-17 18:11:07 +0800 |
commit | bb1950bc933fbe2bed60930f610c63f72c35e801 (patch) | |
tree | 68c6e75e18c45feb4038ebfc040a775cc80e4901 /mail/vpopmail | |
parent | 067ac32879d2af31d24981aedd6a6d1b74001b89 (diff) | |
download | freebsd-ports-gnome-bb1950bc933fbe2bed60930f610c63f72c35e801.tar.gz freebsd-ports-gnome-bb1950bc933fbe2bed60930f610c63f72c35e801.tar.zst freebsd-ports-gnome-bb1950bc933fbe2bed60930f610c63f72c35e801.zip |
Fix build as non root.
Sponsored by: Absolight
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 631b72681f02..33d4cb986bdf 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp PATCH_STRIP= -p1 -USES= qmail gmake +USES= qmail gmake fakeroot CONFLICTS= vpopmail-devel-5.* |