missing WANTLIB

This commit is contained in:
steven 2006-10-29 18:08:24 +00:00
parent a9bea91935
commit 0bf4cc02ee

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2006/10/03 21:34:18 steven Exp $ # $OpenBSD: Makefile,v 1.7 2006/10/29 18:08:24 steven Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
COMMENT= "interface to the system's process table" COMMENT= "interface to the system's process table"
DISTNAME= Proc-ProcessTable-0.41 DISTNAME= Proc-ProcessTable-0.41
PKGNAME= p5-${DISTNAME}p0 PKGNAME= p5-${DISTNAME}p1
CATEGORIES= sysutils perl5 CATEGORIES= sysutils perl5
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu> MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
@ -18,6 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
WANTLIB= kvm
CONFIGURE_STYLE= perl CONFIGURE_STYLE= perl
.include <bsd.port.mk> .include <bsd.port.mk>