svn commit: r321411 - head/comms/ghfaxviewer
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 20 19:14:26 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list