diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /comms | |
parent | - Fix -curses typo concerning ctrl-d and ctrl-t handling (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209563
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index 57cc5ef1d28c..d5d5ba4d9bfe 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghfaxviewer PORTVERSION= 0.22.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= halifax @@ -20,7 +20,6 @@ LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnome-print \ tiff.4:${PORTSDIR}/graphics/tiff USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |