diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-03-05 06:08:54 +0800 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-03-05 06:08:54 +0800 |
commit | 84a2f050e94eb70f326ef5639cdf6e5a82402431 (patch) | |
tree | 1e5a82ed8a8d2ef4e3d43b6f20f73ecd33c47ff5 /comms | |
parent | 836ac6bc26c5f81036393b7ec339e3522fb6bd6f (diff) | |
download | freebsd-ports-gnome-84a2f050e94eb70f326ef5639cdf6e5a82402431.tar.gz freebsd-ports-gnome-84a2f050e94eb70f326ef5639cdf6e5a82402431.tar.zst freebsd-ports-gnome-84a2f050e94eb70f326ef5639cdf6e5a82402431.zip |
comms/xastir: fix some portlint warnings I missed
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xastir/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index ce43416627a9..622544ac65d5 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -23,13 +23,14 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 \ libjasper.so:graphics/jasper \ libwmflite.so:graphics/libwmf + GNU_CONFIGURE= yes USES= gettext gmake jpeg motif python:run shebangfix USE_GCC= yes USE_XORG= x11 xt xext sm ice USE_GNOME+= libxml2 SHEBANG_FILES= scripts/gpx2shape scripts/values.pl.in -SHEBANG_REGEX= ./scripts/.*\.(sh|pl|py) +SHEBANG_REGEX= ./scripts/.*\.(sh|pl|py) USE_GITHUB= yes GH_ACCOUNT= Xastir @@ -38,7 +39,7 @@ GH_PROJECT= Xastir SUB_FILES= pkg-message OPTIONS_DEFINE= DAVIS SHAPELIB DBFAWK MAGICK CURL GEOTIFF GDAL GPSMAN FESTIVAL \ - RTREE ERRORPOP BDB + RTREE ERRORPOP BDB DAVIS_DESC= Include Davis Weatherstation Support SHAPELIB_DESC= Include Shapelib support |