diff options
author | pav <pav@FreeBSD.org> | 2008-01-31 07:00:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-31 07:00:59 +0800 |
commit | 35328a37bf66abf0c6edca0c41c0978b896bb2ff (patch) | |
tree | b7d7e0a4317d2accb3d89599a34ee229dc49ba1c /devel/libconfuse | |
parent | c2310f2f76e9313ad69c699ebb36aab20c68cf8b (diff) | |
download | freebsd-ports-gnome-35328a37bf66abf0c6edca0c41c0978b896bb2ff.tar.gz freebsd-ports-gnome-35328a37bf66abf0c6edca0c41c0978b896bb2ff.tar.zst freebsd-ports-gnome-35328a37bf66abf0c6edca0c41c0978b896bb2ff.zip |
- Correct pkg-config dependency
Approved by: maintainer
Diffstat (limited to 'devel/libconfuse')
-rw-r--r-- | devel/libconfuse/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index a2630f45ef2b..64c21a3b6e07 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -7,7 +7,7 @@ PORTNAME= libconfuse PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ftp://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/ @@ -17,8 +17,6 @@ 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 @@ -26,7 +24,7 @@ LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck USE_ICONV= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS+= --disable-nls CFLAGS+= -I${WRKSRC}/src .if defined(WITH_CHECK) |