diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 18:33:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 18:33:45 +0000 |
commit | 80bf05634e77e1ad8e367b9326828fa33e48b544 (patch) | |
tree | 0a53103af295ed69a9dc8e2210c4682923b1020d | |
parent | Routine version bump to 3.0.12, except they've labelled it (diff) |
- Remove unneeded dependency on compat4x that survived since rev. 1.35
PR: ports/67184
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=109992
-rw-r--r-- | security/drweb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 286c7cba81ba..42d96026afd1 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -21,7 +21,6 @@ NO_BUILD= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd4 .else DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd5 |