diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 06:09:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 06:09:03 +0800 |
commit | b8c2435909ddba9c06feef56e53fad31dcc200fe (patch) | |
tree | 8dcca0ea688149a3c66e22878f829b61e3633cd2 /astro | |
parent | 916336eb41b3a9c274159b212569c471ee54d300 (diff) | |
download | freebsd-ports-gnome-b8c2435909ddba9c06feef56e53fad31dcc200fe.tar.gz freebsd-ports-gnome-b8c2435909ddba9c06feef56e53fad31dcc200fe.tar.zst freebsd-ports-gnome-b8c2435909ddba9c06feef56e53fad31dcc200fe.zip |
- Stage support
- Fix LIB_DEPENDS
Diffstat (limited to 'astro')
-rw-r--r-- | astro/foxtrotgps/Makefile | 6 | ||||
-rw-r--r-- | astro/foxtrotgps/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index c8724b35ac19..8d3d3c8741e4 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -12,11 +12,11 @@ COMMENT= Lightweight opensource gps moving map application LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexif.so:${PORTSDIR}/graphics/libexif \ - libsoup-2.so:${PORTSDIR}/devel/libsoup \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgps.so:${PORTSDIR}/astro/gpsd GNU_CONFIGURE= yes -NO_STAGE= yes +CONFIGURE_ARGS= --disable-schemas-install USES= gettext gmake pkgconfig shebangfix SHEBANG_FILES= contrib/convert2gpx \ contrib/convert2osm \ @@ -28,6 +28,4 @@ INSTALLS_ICONS= yes GCONF_SCHEMAS= apps_foxtrotgps.schemas -MAN1= foxtrotgps.1 convert2gpx.1 convert2osm.1 - .include <bsd.port.mk> diff --git a/astro/foxtrotgps/pkg-plist b/astro/foxtrotgps/pkg-plist index 9385b6e05111..9ebfbbd8b1e0 100644 --- a/astro/foxtrotgps/pkg-plist +++ b/astro/foxtrotgps/pkg-plist @@ -16,6 +16,9 @@ lib/locale/ru/LC_MESSAGES/foxtrotgps.mo lib/locale/sk/LC_MESSAGES/foxtrotgps.mo lib/locale/ja/LC_MESSAGES/foxtrotgps.mo lib/locale/sr/LC_MESSAGES/foxtrotgps.mo +man/man1/convert2gpx.1.gz +man/man1/convert2osm.1.gz +man/man1/foxtrotgps.1.gz share/applications/foxtrotgps.desktop %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING |