Explicitly depend on USE_GL=gl, this will fix the build by providing needed
build_depends. [1] While here, Use USE_SQLITE, USES=pathfix and pkgconfig, remove shlib versions from lib_depend. Submitted by: xorg exp-run (run by miwi) [1]
This commit is contained in:
parent
37ca247296
commit
d225df274a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318622
1 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= libchamplain
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
@ -12,14 +12,16 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= A C library provides a Gtk+ widget to display rasterized maps/markers
|
||||
|
||||
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
||||
clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
|
||||
soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
|
||||
LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
|
||||
soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
|
||||
RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomeprefix gtk20 gnomehack ltverhack:1
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix gtk20 ltverhack:1
|
||||
USE_SQLITE= 3
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GL= gl
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue