diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /x11/gdkxft/Makefile | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11/gdkxft/Makefile')
-rw-r--r-- | x11/gdkxft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 11cb467178a6..8586e41a2c87 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_AUTOTOOLS= libtool USE_GNOME= gtk12 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex ${ICONV_LIB} CFLAGS+= `pkg-config xft --cflags` |