diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 22:25:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 22:25:24 +0000 |
commit | 8ec7d57630d12364ea4e23a748e4f725c34e7160 (patch) | |
tree | c01ac78e93b09962ed37bceb2ae17f3d26dccaa1 /mail | |
parent | 0e0d0a2d3945e9eab6c6cb6e4c89ee6fa3fbae40 (diff) | |
download | ports-8ec7d57630d12364ea4e23a748e4f725c34e7160.tar.gz ports-8ec7d57630d12364ea4e23a748e4f725c34e7160.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/majorcool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index 5e840a902f82..1a1d45f0e074 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A Web Interface to Majordomo -BROKEN= Missing dependency + +BUILD_DEPENDS= ${LOCALBASE}/majordomo/majordomo.pl:${PORTSDIR}/mail/majordomo +RUN_DEPENDS= ${BUILD_DEPENDS} NO_WRKSUBDIR= yes NO_BUILD= yes |