1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Convert to OptionsNG

Feature safe:	yes
This commit is contained in:
Eitan Adler 2012-10-20 15:54:07 +00:00
parent e3b2a00aa7
commit 7b0f2f093b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306197

View File

@ -18,7 +18,9 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INFO= aalib
.if !defined(WITHOUT_X11)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
USE_XORG= x11
CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \
--x-libraries="${LOCALBASE}/lib"