diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-01 17:07:51 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-01 17:07:51 +0800 |
commit | a056c7d42d8d0478578126a89e8416bef90fd855 (patch) | |
tree | 2c5ce8fa701bbfce844af46d5055dcc95facb8ce | |
parent | c9fc25b5194a1721cbe0c95d24af912d35079f0d (diff) | |
download | freebsd-ports-gnome-a056c7d42d8d0478578126a89e8416bef90fd855.tar.gz freebsd-ports-gnome-a056c7d42d8d0478578126a89e8416bef90fd855.tar.zst freebsd-ports-gnome-a056c7d42d8d0478578126a89e8416bef90fd855.zip |
Remove useless dependency to PostgreSQL.
PR: 151027
Submitted by: Oleg Alexeenkov <proler@gmail.com> (maintainer)
-rw-r--r-- | sysutils/watchmen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile index c12ea8fcc8ca..bbac75ad10ae 100644 --- a/sysutils/watchmen/Makefile +++ b/sysutils/watchmen/Makefile @@ -7,6 +7,7 @@ PORTNAME= watchmen PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -48,7 +49,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-P .endif .if defined(WITH_EMAIL) -USE_PGSQL= yes RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Email/Send.pm:${PORTSDIR}/mail/p5-Email-Send .endif |