From f91b8cb2062d0eff21289c028e55797c2b0c2818 Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 20 Jun 2013 19:14:25 +0000 Subject: . remove shlib ABI version number from LIB_DEPENDS; . portlint: use a tab (not space) after a variable name. --- comms/ghfaxviewer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index 08c626a02741..e83f74ad663a 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -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 -- cgit