diff options
Diffstat (limited to 'graphics/libchamplain08')
-rw-r--r-- | graphics/libchamplain08/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile index 753f8bafb..b07a6dc8e 100644 --- a/graphics/libchamplain08/Makefile +++ b/graphics/libchamplain08/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers -LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome +NO_STAGE= yes LATEST_LINK= libchamplain08 USE_BZIP2= yes USES= gmake pathfix pkgconfig |