diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 20:25:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 20:25:13 +0000 |
commit | eb88ce42a447877e3494e6d0f84b07566fe9f42f (patch) | |
tree | 5640a6b154adeec0716a4891115ec7cf987ae99e /net/libfixbuf/Makefile | |
parent | f9c10c07b82b41dda823f1272ff9e7dd7e624eac (diff) |
- Add required dependency on glib20
Reported by: pointyhat
Missed by: lx
Notes
Notes:
svn path=/head/; revision=211853
Diffstat (limited to 'net/libfixbuf/Makefile')
-rw-r--r-- | net/libfixbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libfixbuf/Makefile b/net/libfixbuf/Makefile index 0bf042b03619..08ef1536d6a5 100644 --- a/net/libfixbuf/Makefile +++ b/net/libfixbuf/Makefile @@ -15,6 +15,7 @@ MAINTAINER= lx@FreeBSD.org COMMENT= Library for using the IP Flow Information Export protocol GNU_CONFIGURE= yes +USE_GNOME= glib20 USE_LDCONFIG= yes .include <bsd.port.mk> |