summaryrefslogtreecommitdiff
path: root/devel/libconfuse
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-01 00:22:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-01 00:22:02 +0000
commitc26f8582d07b5d9976417508a6bc2fac704ce7d7 (patch)
tree1dc8f32c3869806d58378f2a8888c1c72feff358 /devel/libconfuse
parentpyNotifier is a notifier/event scheduler abstraction written in python. (diff)
- Add pkg-config to depends
PR: 106593 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=181180
Diffstat (limited to 'devel/libconfuse')
-rw-r--r--devel/libconfuse/Makefile7
-rw-r--r--devel/libconfuse/pkg-plist2
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile
index fbe6ddd05356..a2630f45ef2b 100644
--- a/devel/libconfuse/Makefile
+++ b/devel/libconfuse/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libconfuse
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
ftp://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/
@@ -17,13 +17,16 @@ DISTNAME= confuse-${PORTVERSION}
MAINTAINER= otis@freebsd.sk
COMMENT= Configuration file parsing library
+BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
+
.if defined(WITH_CHECK)
LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
.endif
USE_ICONV= yes
USE_AUTOTOOLS= libtool:15
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+USE_GNOME= gnomehack
CONFIGURE_ARGS+= --disable-nls
CFLAGS+= -I${WRKSRC}/src
.if defined(WITH_CHECK)
diff --git a/devel/libconfuse/pkg-plist b/devel/libconfuse/pkg-plist
index 7727a9f0f679..d05108212f81 100644
--- a/devel/libconfuse/pkg-plist
+++ b/devel/libconfuse/pkg-plist
@@ -1,6 +1,6 @@
-bin/confuse-config
include/confuse.h
lib/libconfuse.a
lib/libconfuse.la
lib/libconfuse.so
lib/libconfuse.so.0
+libdata/pkgconfig/libconfuse.pc