diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /devel/gamin | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) |
Notes
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 834a092fb676..55f528e2c663 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -16,7 +16,7 @@ COMMENT?= A file and directory monitoring system USE_GMAKE= yes USE_GNOME?= gnomehack glib20 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ |