openbsd-ports/sysutils/p5-Filesys-Df/Makefile
sthen 1e37689155 Force dependency on libc; this doesn't actually use libc, but doing
this ensures that changes to syscalls alter the package signature.
Bump package and note with XXX. Without this, packages using it
(e.g. MailScanner) will abort trap.

ok/suggestion to add WANTLIB from espie.
2008-04-12 21:46:39 +00:00

24 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/04/12 21:46:39 sthen Exp $
SHARED_ONLY= Yes
COMMENT= filesystem disk space information
DISTNAME= Filesys-Df-0.92
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= sysutils
# XXX Force dependency on libc; this doesn't actually use libc, but doing
# this ensures that changes to syscalls alter the package signature.
WANTLIB += c
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>