diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /mail | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-notification/Makefile | 1 | ||||
-rw-r--r-- | mail/metamail/Makefile | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index d0979c3743c..8b054abcf59 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -17,7 +17,6 @@ COMMENT= A mail notification for freedesktop.org-compliant system trays LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_XLIB= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack eel2 diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 07c5f4ee3a5..294b929cfd0 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -7,7 +7,7 @@ PORTNAME= metamail PORTVERSION= 2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ ftp://ftp.research.telcordia.com/pub/nsb/ @@ -35,7 +35,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -USE_XLIB= yes +USE_XORG= x11 PLIST_SUB+= X11="" .else PLIST_SUB+= X11="@comment " |