diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-13 01:29:52 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-13 01:29:52 +0800 |
commit | 806a3115f56c9a4d6bc48e974485890f3c364744 (patch) | |
tree | f133733bf261e0102959a07a299a473a5f44389a /comms | |
parent | 1290574d281199624ff095934a1e29b251f94498 (diff) | |
download | freebsd-ports-gnome-806a3115f56c9a4d6bc48e974485890f3c364744.tar.gz freebsd-ports-gnome-806a3115f56c9a4d6bc48e974485890f3c364744.tar.zst freebsd-ports-gnome-806a3115f56c9a4d6bc48e974485890f3c364744.zip |
- Do not use USE_GNOME=yes, use the current way (ie: USE_GNOME=foo). The
USE_GNOME=yes has been deprecated for five years.
- Change email address to his current one, requested by maintainer.
- Bump the PORTREVISION, due to change dependency by remove gtkhtml.
Approved by: domi@nonsensss.de (maintainer, his new email address)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index d5d5ba4d9bfe..30f81e73635d 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -7,20 +7,18 @@ PORTNAME= ghfaxviewer PORTVERSION= 0.22.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= halifax -MAINTAINER= domi@saargate.de +MAINTAINER= domi@nonsensss.de COMMENT= GNOME compliant fax viewer capable of displaying TIFF G3 faxes -LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnome-print \ - gconf-1.1:${PORTSDIR}/devel/gconf \ - tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_GMAKE= yes -USE_GNOME= yes +USE_GNOME= gnomeprefix gnomehack gconf gnomeprint USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |