diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:37:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:37:29 +0000 |
commit | 4ac3cd7048c6a4c9005d53f96177aa0e162adf53 (patch) | |
tree | 9dd9aac3ddf4654df74c8642f6fc4238e3315c58 /databases/spatialite | |
parent | c*: Add missing USES={gnome,php,sdl,xorg} (diff) |
databases: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517042
Diffstat (limited to 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 0838857d0c5c..88c4ed81540b 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool sqlite +USES= gmake gnome iconv libtool pathfix pkgconfig sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include |