61d8acdb49
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw
27 lines
472 B
Makefile
27 lines
472 B
Makefile
#-*- tab-width: 4; -*-
|
|
# ex:ts=4
|
|
#
|
|
# bsd.port.options.mk - Allow OPTIONS to determine dependencies
|
|
#
|
|
# usage:
|
|
#
|
|
# .include "bsd.port.options.mk"
|
|
# <deal with user options>
|
|
# .include "bsd.port.pre.mk"
|
|
# <other work, including adjusting dependencies>
|
|
# .include "bsd.port.post.mk"
|
|
#
|
|
# Created by: Shaun Amott <shaun@inerd.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
|
|
|
|
USEOPTIONSMK= yes
|
|
INOPTIONSMK= yes
|
|
|
|
.include "bsd.port.mk"
|
|
|
|
.undef INOPTIONSMK
|