diff options
author | mm <mm@FreeBSD.org> | 2014-01-19 21:06:19 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-01-19 21:06:19 +0800 |
commit | 0deddeb20d4e0eb20b7b3166928d6074ae67bdb6 (patch) | |
tree | 887156b668a627b0a1ade9bc36fede8776edb371 /ftp/proftpd | |
parent | b6d4ee0927241bca5488864bc254b8f6da4481c2 (diff) | |
download | freebsd-ports-gnome-0deddeb20d4e0eb20b7b3166928d6074ae67bdb6.tar.gz freebsd-ports-gnome-0deddeb20d4e0eb20b7b3166928d6074ae67bdb6.tar.zst freebsd-ports-gnome-0deddeb20d4e0eb20b7b3166928d6074ae67bdb6.zip |
Fix one-line del prev. commit
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index fcbc77758993..4bdeaed06366 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -23,6 +23,7 @@ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING .if defined(_BUILDING_PROFTPD_MODULE) +BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd .endif |