diff options
Diffstat (limited to 'devel/libdex/Makefile')
-rw-r--r-- | devel/libdex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libdex/Makefile b/devel/libdex/Makefile index b24b3c3ba02f..44da3f23021d 100644 --- a/devel/libdex/Makefile +++ b/devel/libdex/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdex -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,6 +12,7 @@ LICENSE= LGPL21 USES= gnome meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes MESON_ARGS= -Dexamples=false \ -Dtests=false |