1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00: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:
Eitan Adler 2012-03-21 02:40:23 +00:00
parent 773538423a
commit c21ab0b181
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293620

View File

@ -36,8 +36,10 @@ SUB_FILES= pkg-message
SUB_LIST+= PORTSDIR="${PORTSDIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}
.if !defined(WITHOUT_LAZARUS_OPTIONS)
OPTIONS= GTK2 "Use gtk20 interface instead of gtk12" on \
QT4 "Use qt4 interface" off
.endif
.include <bsd.port.pre.mk>