diff options
author | pav <pav@FreeBSD.org> | 2004-03-03 18:32:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-03 18:32:00 +0800 |
commit | ac58e0aafbb31e13cfb723bc1bab62590e8b7e29 (patch) | |
tree | 48571529b1f0ff49489730e656735889d3309f11 /devel/libassetml | |
parent | 11daa663b6fb622b1c027775366c4ed2a86ec37b (diff) | |
download | freebsd-ports-gnome-ac58e0aafbb31e13cfb723bc1bab62590e8b7e29.tar.gz freebsd-ports-gnome-ac58e0aafbb31e13cfb723bc1bab62590e8b7e29.tar.zst freebsd-ports-gnome-ac58e0aafbb31e13cfb723bc1bab62590e8b7e29.zip |
- Add missed dependency on glib20
Reported by: bento via kris
Diffstat (limited to 'devel/libassetml')
-rw-r--r-- | devel/libassetml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index 0fb6057143d3..9caea782e6be 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomeprefix gnometarget libxml2 pkgconfig +USE_GNOME= gnomehack lthack gnomeprefix gnometarget glib20 libxml2 pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ |