diff --git a/net/si/Makefile b/net/si/Makefile index ce87e31cebe..2dc1b4601ee 100644 --- a/net/si/Makefile +++ b/net/si/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/12/08 11:23:08 bernd Exp $ +# $OpenBSD: Makefile,v 1.2 2009/01/10 02:04:28 sthen Exp $ COMMENT = minimalistic SILC client DISTNAME = si-0.3 +PKGNAME = ${DISTNAME}p0 CATEGORIES = net # GPLv2/MIT @@ -14,7 +15,7 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = http://dokucode.de/files/ MODULES = converters/libiconv -WANTLIB = c +WANTLIB = c pthread LIB_DEPENDS = silc,silcclient::devel/silc-toolkit NO_REGRESS = Yes