diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile index dd081d8abb06..f3bc2d3bf163 100644 --- a/devel/libdaemon/Makefile +++ b/devel/libdaemon/Makefile @@ -1,20 +1,21 @@ # Created by: Michael Johnson PORTNAME= libdaemon PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MAINTAINER= desktop@FreeBSD.org COMMENT= Lightweight C library that eases the writing of UNIX daemons LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE CONFIGURE_ARGS= --disable-lynx GNU_CONFIGURE= yes -USES= libtool:keepla pathfix +USES= cpe libtool:keepla pathfix USE_LDCONFIG= yes +CPE_VENDOR= libdaemon_project .include