diff options
author | sat <sat@FreeBSD.org> | 2007-07-31 00:45:58 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-31 00:45:58 +0800 |
commit | 09a9a97fe3817874228c5489c2833d1e8e906050 (patch) | |
tree | f0bc25673923c497a3635cfc70d546214f53c005 /mail/fdm/Makefile | |
parent | 94ec97dbfaa5f1a9e679952e1e514a282b2f7c06 (diff) | |
download | freebsd-ports-gnome-09a9a97fe3817874228c5489c2833d1e8e906050.tar.gz freebsd-ports-gnome-09a9a97fe3817874228c5489c2833d1e8e906050.tar.zst freebsd-ports-gnome-09a9a97fe3817874228c5489c2833d1e8e906050.zip |
- Update to 1.3
Diffstat (limited to 'mail/fdm/Makefile')
-rw-r--r-- | mail/fdm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index e3ccf658ed2d..952c36ca48ce 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -6,19 +6,20 @@ # PORTNAME= fdm -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= mail MASTER_SITES= SFE MAINTAINER= infofarmer@FreeBSD.org COMMENT= Fetches and delivers mail -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + tdb.1:${PORTSDIR}/databases/tdb PLIST_FILES= bin/fdm PORTDOCS= CHANGES README MANUAL -PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf -MAKE_ARGS= -DPCRE +PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf +MAKE_ARGS= -DPCRE -DDB MAN1= fdm.1 MAN5= fdm.conf.5 |