diff options
author | pav <pav@FreeBSD.org> | 2004-05-26 02:33:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-26 02:33:45 +0800 |
commit | f6419719fd4802b5f24eec8f0c811db101d6dcc4 (patch) | |
tree | c7f0d7d69e9d423890e724c9280b8684ae5954ba /security | |
parent | 2566adeeca352182834a4643e4319ac79dc43791 (diff) | |
download | freebsd-ports-graphics-f6419719fd4802b5f24eec8f0c811db101d6dcc4.tar.gz freebsd-ports-graphics-f6419719fd4802b5f24eec8f0c811db101d6dcc4.tar.zst freebsd-ports-graphics-f6419719fd4802b5f24eec8f0c811db101d6dcc4.zip |
- Remove unneeded dependency on compat4x that survived since rev. 1.35
PR: ports/67184
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua> (maintainer)
Diffstat (limited to 'security')
-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 286c7cba81b..42d96026afd 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 |