diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 18:02:48 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 18:02:48 +0000 |
commit | 9811c97c6960fa1bf58bb3b45d0f858827619415 (patch) | |
tree | c721ee092820194ce02b37e0bc994450f7df54e8 | |
parent | db2a1577d96205c6eb65c93eaffced805e6210f0 (diff) | |
download | ports-9811c97c6960fa1bf58bb3b45d0f858827619415.tar.gz ports-9811c97c6960fa1bf58bb3b45d0f858827619415.zip |
Add USES=libtool
Notes
Notes:
svn path=/head/; revision=360787
-rw-r--r-- | sysutils/eventlog/Makefile | 3 | ||||
-rw-r--r-- | sysutils/eventlog/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/eventlog/Makefile b/sysutils/eventlog/Makefile index b77b7584b7f3..72735d572ea0 100644 --- a/sysutils/eventlog/Makefile +++ b/sysutils/eventlog/Makefile @@ -3,6 +3,7 @@ PORTNAME= eventlog PORTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/ DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz @@ -11,7 +12,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement of the simple syslog() API providing structure to messages GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/sysutils/eventlog/pkg-plist b/sysutils/eventlog/pkg-plist index 5212696d7c18..90039635e277 100644 --- a/sysutils/eventlog/pkg-plist +++ b/sysutils/eventlog/pkg-plist @@ -1,8 +1,8 @@ include/eventlog/evtlog.h include/eventlog/evtmaps.h lib/libevtlog.a -lib/libevtlog.la lib/libevtlog.so lib/libevtlog.so.0 +lib/libevtlog.so.0.0.0 libdata/pkgconfig/eventlog.pc @dirrm include/eventlog |