diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-12-23 23:28:35 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-12-23 23:28:35 +0800 |
commit | 9018875fc892670287f8bf654847342eb0dc625c (patch) | |
tree | 9eaf65eebb30aa7bd8bf8cb7e39d0ea200ee4312 | |
parent | fdb2f6cf17181ed7c10b58d1ba21e30a54c35f73 (diff) | |
download | freebsd-ports-gnome-9018875fc892670287f8bf654847342eb0dc625c.tar.gz freebsd-ports-gnome-9018875fc892670287f8bf654847342eb0dc625c.tar.zst freebsd-ports-gnome-9018875fc892670287f8bf654847342eb0dc625c.zip |
Fix inclusion of .mk files to work with OPTIONS correctly.
PR: ports/118953
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
-rw-r--r-- | net-p2p/rtgui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index e5a6b8d0248f..a623d7832811 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -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> |