Date: Sun, 4 Mar 2018 22:08:55 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463603 - head/comms/xastir Message-ID: <201803042208.w24M8tPR003593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Mar 4 22:08:54 2018 New Revision: 463603 URL: https://svnweb.freebsd.org/changeset/ports/463603 Log: comms/xastir: fix some portlint warnings I missed Modified: head/comms/xastir/Makefile Modified: head/comms/xastir/Makefile ============================================================================== --- head/comms/xastir/Makefile Sun Mar 4 22:05:19 2018 (r463602) +++ head/comms/xastir/Makefile Sun Mar 4 22:08:54 2018 (r463603) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803042208.w24M8tPR003593>