diff options
author | pav <pav@FreeBSD.org> | 2008-04-24 04:25:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-24 04:25:13 +0800 |
commit | e575fd6a0023930ffd5e4292a53007052efd2c96 (patch) | |
tree | 5ca4ad429bd1e1e0b6171d69ce6d7c719c25d321 /net/libfixbuf | |
parent | e06a31e359fe350cf6639431e13abcb99e06335d (diff) | |
download | freebsd-ports-gnome-e575fd6a0023930ffd5e4292a53007052efd2c96.tar.gz freebsd-ports-gnome-e575fd6a0023930ffd5e4292a53007052efd2c96.tar.zst freebsd-ports-gnome-e575fd6a0023930ffd5e4292a53007052efd2c96.zip |
- Add required dependency on glib20
Reported by: pointyhat
Missed by: lx
Diffstat (limited to 'net/libfixbuf')
-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> |