mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix inclusion of .mk files to work with OPTIONS correctly.
PR: ports/118953 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
This commit is contained in:
parent
0daee87a3d
commit
4cf9f46824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204396
@ -21,6 +21,8 @@ BUILD_DEPENDS+= libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent \
|
||||
xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
|
||||
RUN_DEPENDS+= rtorrent:${PORTSDIR}/net-p2p/rtorrent
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
USE_APACHE= 1.3+
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi
|
||||
@ -47,4 +49,4 @@ do-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user