diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-12 05:52:48 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-12 05:52:48 +0800 |
commit | 8374797faf850f4b9fbbf98f9b41cb862a3338d0 (patch) | |
tree | ada5a88004cfd6f240d89ab9c31400fcdd34b065 /devel/libcwd | |
parent | f42230e9a575ebc39a6e9fffd7f4d189b984103b (diff) | |
download | freebsd-ports-gnome-8374797faf850f4b9fbbf98f9b41cb862a3338d0.tar.gz freebsd-ports-gnome-8374797faf850f4b9fbbf98f9b41cb862a3338d0.tar.zst freebsd-ports-gnome-8374797faf850f4b9fbbf98f9b41cb862a3338d0.zip |
Add pkgconfig to fix the pkg-plist.
Reported by: pointyhat via kris
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 627d84b7de82..1db83633bd19 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 |