From 8374797faf850f4b9fbbf98f9b41cb862a3338d0 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 11 Jan 2005 21:52:48 +0000 Subject: Add pkgconfig to fix the pkg-plist. Reported by: pointyhat via kris --- devel/libcwd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/libcwd') diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 627d84b7de8..1db83633bd1 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcwd PORTVERSION= 0.99.39 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ COMMENT= The C++ Debugging Support Library GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-threading USE_GMAKE= yes +USE_GNOME= pkgconfig INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GETOPT_LONG=yes -- cgit