diff options
author | adrian <adrian@FreeBSD.org> | 2013-06-28 06:22:05 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-06-28 06:22:05 +0800 |
commit | 4abdf1065687d5c506dc33f17158e753033b7d6a (patch) | |
tree | 598d9b6100a8e1f18472a7087b688a7dd53b517c /emulators | |
parent | b4f53bf4b3d2e22f1e738999ae7805582bc329da (diff) | |
download | freebsd-ports-gnome-4abdf1065687d5c506dc33f17158e753033b7d6a.tar.gz freebsd-ports-gnome-4abdf1065687d5c506dc33f17158e753033b7d6a.tar.zst freebsd-ports-gnome-4abdf1065687d5c506dc33f17158e753033b7d6a.zip |
Building gxemul conflicts with svgalib, so mark it as a conflict.
svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with
the vga.h in gxemul.
Until that gets resolved, mark it as a conflict.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 6698e1c86e71..a5f7cd96182a 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -21,6 +21,10 @@ MAN1= gxemul.1 PORTDOCS= * PLIST_FILES= bin/gxemul +# svgalib installs vga.h, which conflicts with gxemul when building with +# a virtual VGA adaptor. +CONFLICTS= svgalib-[0-9]* + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} |