diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2006-12-21 13:43:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2006-12-21 13:43:58 +0000 |
commit | 3d34b31ad9e97861a60b8c3f42ea7227c7f73d2f (patch) | |
tree | 06276698e13e489f027c03d0fdf5fec95cd43b61 /mail | |
parent | Fix dependency on shells/bash2 -> shells/bash. (diff) |
Add "ipv6" category.
PR: ports/106891
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=180330
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4c6c412e8712..0496083b2afa 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -8,7 +8,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} PORTREVISION= 0 -CATEGORIES= mail +CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} |