diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 03:14:25 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 03:14:25 +0800 |
commit | f91b8cb2062d0eff21289c028e55797c2b0c2818 (patch) | |
tree | a15ffe4553a5ebb52dc514a5655d9a9ad7c8a56b /comms | |
parent | 682ad0407419dbcfa5894d684b195e0fb0f65291 (diff) | |
download | freebsd-ports-gnome-f91b8cb2062d0eff21289c028e55797c2b0c2818.tar.gz freebsd-ports-gnome-f91b8cb2062d0eff21289c028e55797c2b0c2818.tar.zst freebsd-ports-gnome-f91b8cb2062d0eff21289c028e55797c2b0c2818.zip |
. remove shlib ABI version number from LIB_DEPENDS;
. portlint: use a tab (not space) after a variable name.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 4 |
1 files 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 |