diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
commit | 42675af37cb5ce735452311734cc5b88a66d6d9d (patch) | |
tree | 4f15a6802d057cc685be2013d123006bcc1f6236 /package/rxvt-unicode/Makefile | |
parent | d7beb20d0835c81f05d51978497b1d756ca640a9 (diff) |
complete allmodconfig build on NetBSD
Diffstat (limited to 'package/rxvt-unicode/Makefile')
-rw-r--r-- | package/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index 0ddc09efe..f6918ad68 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 49bb52c99e002bf85eb41d8385d903b5 PKG_DESCR:= x-term with unicode support PKG_SECTION:= x11 -PKG_DEPENDS:= libx11 -PKG_BUILDDEP+= libX11 +PKG_DEPENDS:= libx11 fontconfig libxft +PKG_BUILDDEP+= libX11 fontconfig libXft PKG_URL:= http://software.schmorp.de/pkg/rxvt-unicode.html PKG_SITES:= http://dist.schmorp.de/rxvt-unicode/ |