diff options
author | mrg <mrg@pkgsrc.org> | 2004-01-08 06:39:40 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2004-01-08 06:39:40 +0000 |
commit | 887a106f19480818ecc398c286213972b11691a3 (patch) | |
tree | a82fd22dccae5f71c53be1eaeffa03359e5be932 /net/pchar | |
parent | ed58960975b3aac8b0b3bacd1ae211b7de24c40b (diff) | |
download | pkgsrc-887a106f19480818ecc398c286213972b11691a3.tar.gz |
netbsd-current needs -ldes as well as -lcrypto. shouldn't affect older
netbsd systems as -ldes has been around longer than -lcrypto...
Diffstat (limited to 'net/pchar')
-rw-r--r-- | net/pchar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 8df0f6de856..681ef76dc8e 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/11/12 03:39:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/08 06:39:40 mrg Exp $ DISTNAME= pchar-1.4 PKGREVISION= 1 @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-ipv6 .include "../ucd-snmp/buildlink2.mk" CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.ucd-snmp} -LIBS+= -lsnmp -lcrypto +LIBS+= -lsnmp -lcrypto -ldes .endif do-install: |