diff options
-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} |