diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 03:14:25 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 03:14:25 +0800 |
commit | c47b7d960c775f86d7cf06124004c4bf152f8b1a (patch) | |
tree | a15ffe4553a5ebb52dc514a5655d9a9ad7c8a56b /comms | |
parent | 4cc1ecf180e73bbed1e6a61e3110779ae070f787 (diff) | |
download | freebsd-ports-gnome-c47b7d960c775f86d7cf06124004c4bf152f8b1a.tar.gz freebsd-ports-gnome-c47b7d960c775f86d7cf06124004c4bf152f8b1a.tar.zst freebsd-ports-gnome-c47b7d960c775f86d7cf06124004c4bf152f8b1a.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 |