diff options
Diffstat (limited to 'devel/libdaemon/Makefile')
-rw-r--r-- | devel/libdaemon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile index 356b44cf7ff3..9d34e7f86007 100644 --- a/devel/libdaemon/Makefile +++ b/devel/libdaemon/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdaemon PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ @@ -10,8 +11,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight C library that eases the writing of UNIX daemons CONFIGURE_ARGS= --disable-lynx -USES= libtool pathfix GNU_CONFIGURE= yes +USES= libtool:keepla pathfix USE_LDCONFIG= yes .include <bsd.port.mk> |