diff options
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index bb99d5326..867090e18 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/dconf/Makefile,v 1.1 2010/05/28 22:45:39 kwm Exp $ # PORTNAME= dconf @@ -27,4 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" #MAN1= gconftool-2.1 +post-install: + -${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules + .include <bsd.port.mk> |