diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-02 13:29:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-02 13:29:24 +0000 |
commit | 2af34be1a0ed1a656782eabdcc7cb45cdad91a80 (patch) | |
tree | 4a06f3ad7acbd5757cf654cf410b4d38479acc6f | |
parent | Update to 1.8.1. (diff) |
Add missing Xft dependency.
Reported by: kris (bento)
-rw-r--r-- | x11/idesk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 7a97f96f67af..978cb0d1e532 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://linuxhelp.hn.org/ MAINTAINER= sascha@root-login.org COMMENT= Place launch icons directly on your desktop +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes |