diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-20 19:35:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-20 19:35:45 +0000 |
commit | d225df274a6bb0ddd1ecd9fcf491cf6c4f84ddfc (patch) | |
tree | 32abc9bead0897e0f83b415e05499e1af7ff956d /graphics/libchamplain | |
parent | 37ca247296596e719a28b4a54a44cf6146dd0023 (diff) |
Notes
Diffstat (limited to 'graphics/libchamplain')
-rw-r--r-- | graphics/libchamplain/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index b10df0cfb240..ad2fe4eac9ab 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -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 |