mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add knob for use in slave ports
PR: ports/165507 Submitted by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> Approved by: maintainer timeout (3 weeks) Feature safe: yes
This commit is contained in:
parent
773538423a
commit
c21ab0b181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293620
1 changed files with 2 additions and 0 deletions
|
@ -36,8 +36,10 @@ SUB_FILES= pkg-message
|
||||||
SUB_LIST+= PORTSDIR="${PORTSDIR}"
|
SUB_LIST+= PORTSDIR="${PORTSDIR}"
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
.if !defined(WITHOUT_LAZARUS_OPTIONS)
|
||||||
OPTIONS= GTK2 "Use gtk20 interface instead of gtk12" on \
|
OPTIONS= GTK2 "Use gtk20 interface instead of gtk12" on \
|
||||||
QT4 "Use qt4 interface" off
|
QT4 "Use qt4 interface" off
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue