diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
commit | e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9 (patch) | |
tree | 4f85da7a3c913f0b6d3eaee685d5d67092dd8102 /devel/gamin/Makefile | |
parent | 69b849628dc4926ef0be2d6b984a7e6c6728d48c (diff) | |
download | marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.gz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.bz2 marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.lz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.xz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.zst marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.zip |
Replace some USE_GNOME=pkgconfig elemments with USE_PKGCONFIG=build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17018 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gamin/Makefile')
-rw-r--r-- | devel/gamin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 63d42db70..26e472bae 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gamin/Makefile,v 1.9 2012/01/17 04:02:05 ahze Exp $ +# $MCom: ports/devel/gamin/Makefile,v 1.10 2012/06/29 08:09:36 kwm Exp $ # PORTNAME= gamin @@ -18,7 +18,8 @@ COMMENT?= A file and directory monitoring system USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME?= gnomehack _glib20 pkgconfig +USE_GNOME?= gnomehack _glib20 +USE_PKGCONFIG= build USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python |