Date: Thu, 20 Jun 2013 19:14:26 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321411 - head/comms/ghfaxviewer Message-ID: <201306201914.r5KJEQxB041493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Thu Jun 20 19:14:25 2013 New Revision: 321411 URL: http://svnweb.freebsd.org/changeset/ports/321411 Log: . remove shlib ABI version number from LIB_DEPENDS; . portlint: use a tab (not space) after a variable name. Modified: head/comms/ghfaxviewer/Makefile Modified: head/comms/ghfaxviewer/Makefile ============================================================================== --- head/comms/ghfaxviewer/Makefile Thu Jun 20 19:09:06 2013 (r321410) +++ head/comms/ghfaxviewer/Makefile Thu Jun 20 19:14:25 2013 (r321411) @@ -11,10 +11,10 @@ MASTER_SITE_SUBDIR= halifax MAINTAINER= ports@FreeBSD.org COMMENT= GNOME compliant fax viewer capable of displaying TIFF G3 faxes -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff USE_GMAKE= yes -USES= pathfix +USES= pathfix USE_GNOME= gnomeprefix gconf gnomeprint USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201914.r5KJEQxB041493>