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 /mail/coolmail | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) | |
download | ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.tar.gz ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.zip |
- 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 'mail/coolmail')
-rw-r--r-- | mail/coolmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile index 7bfb216aad8a..3d8635625800 100644 --- a/mail/coolmail/Makefile +++ b/mail/coolmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= coolmail PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=system/mail/biffs @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= udo.schweigert@siemens.com COMMENT= A Xbiff like mail tool with animated 3D graphics -USE_XLIB= yes +USE_XORG= x11 xext xmu xi PATCH_STRIP= -p1 MAN1= coolmail.1 |