diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 22:36:06 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 22:36:06 +0800 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/bmp2html | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) | |
download | freebsd-ports-gnome-3cf0c52fa6016687078f1be15489ab2af19dc330.tar.gz freebsd-ports-gnome-3cf0c52fa6016687078f1be15489ab2af19dc330.tar.zst freebsd-ports-gnome-3cf0c52fa6016687078f1be15489ab2af19dc330.zip |
graphics: Add missing USES={gl,gnome,sdl}
Diffstat (limited to 'graphics/bmp2html')
-rw-r--r-- | graphics/bmp2html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index bd43fbbb6df6..efce34bd7489 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -13,6 +13,7 @@ COMMENT= BMP to HTML converter LICENSE= PD +USES= sdl USE_SDL= sdl PLIST_FILES= bin/bmp2html |