cvs commit: ports/emulators/virtualbox Makefile
ports/emulators/virtualbox/files patch-configure
Stanislav Sedov
stas at deglitch.com
Sat Oct 24 10:38:14 UTC 2009
On Fri, 23 Oct 2009 14:29:50 +0000 (UTC)
Beat Gaetzi <beat at FreeBSD.org> mentioned:
\
> | #
> |
> | PORTNAME= virtualbox
> | @@ -76,6 +76,14 @@ KMK_BUILDTYPE= release
> | KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
> | KMK_FLAGS=
> |
> | +.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS)
> | +BROKEN= NLS support requires QT4 frontend. Run 'make config' again!
> | +.endif
> | +
> | +.if defined(WITHOUT_X11) && !defined(WITHOUT_QT4)
> | +BROKEN= QT4 frontend requires X11 support. Run 'make config' again!
> | +.endif
> | +
Why not enforce these required options instead?
--
Stanislav Sedov
ST4096-RIPE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20091024/3199cff8/attachment.pgp
More information about the cvs-ports
mailing list