diff options
-rw-r--r-- | comms/conserver/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | net/mopd/Makefile | 2 | ||||
-rw-r--r-- | net/rsync/Makefile | 1 | ||||
-rw-r--r-- | textproc/urlview/Makefile | 2 |
5 files changed, 10 insertions, 1 deletions
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile index 13859cc..9f343b2 100644 --- a/comms/conserver/Makefile +++ b/comms/conserver/Makefile @@ -15,7 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ - mkcmd:${PORTSDIR}/devel/mkcmd + mkcmd:${PORTSDIR}/devel/mkcmd \ + perl:${PORTSDIR}/lang/perl5 + MAN5= conserver.cf.5 MAN8= autologin.8 console.8 conserver.8 diff --git a/editors/vim/Makefile b/editors/vim/Makefile index ed74d0b..e79efbd 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -30,6 +30,8 @@ PATCHFILES:= ${PATCHFILES:N6.1.${p}} MAINTAINER?= obrien@FreeBSD.org +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 + SLAVEDIRS= editors/vim-lite .if defined(PACKAGE_BUILDING) && !defined(LITE) diff --git a/net/mopd/Makefile b/net/mopd/Makefile index d349bec..ebdeffd 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= obrien@FreeBSD.org +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 488c907..bc1a191 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= obraun@informatik.unibw-muenchen.de +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index d2689bf..b89bc50 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -22,6 +22,8 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ MAINTAINER= obrien@FreeBSD.org +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 + GNU_CONFIGURE= yes MAN1= urlview.1 |