diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
commit | d660f47405ede4cb65be00179061d54ebb517a0e (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /x11-toolkits | |
parent | 261f79d741f27e6af8050af1094e862e042d5d12 (diff) | |
download | freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.gz freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.zst freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libxaw3dxft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libxaw3dxft/Makefile b/x11-toolkits/libxaw3dxft/Makefile index d3c3ada3601c..46461168d5c5 100644 --- a/x11-toolkits/libxaw3dxft/Makefile +++ b/x11-toolkits/libxaw3dxft/Makefile @@ -11,6 +11,7 @@ COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |