diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/iccxml | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) |
graphics: Add missing USES={gl,gnome,sdl}
Notes
Notes:
svn path=/head/; revision=517071
Diffstat (limited to 'graphics/iccxml')
-rw-r--r-- | graphics/iccxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index b2af595883fc..f5d25c9d242b 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -11,7 +11,7 @@ COMMENT= Tools for reading and writing the ICC profile contents as XML files LIB_DEPENDS= libSampleICC.so:graphics/sampleicc -USES= gmake pathfix pkgconfig libtool +USES= gmake gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes |