diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
commit | 163a239830a8f89b38f71366121af40a1baf8a59 (patch) | |
tree | 5648a332eb4e631fe6a8548bd22020f5b6d5dcd8 /x11/idesk | |
parent | 9a9eb7dd94dfacbb15e8f70b2f35f7e1dc2150a0 (diff) | |
download | FreeBSD-ports-163a239830a8f89b38f71366121af40a1baf8a59.zip FreeBSD-ports-163a239830a8f89b38f71366121af40a1baf8a59.tar.gz |
Chase the new location of libXft.
Diffstat (limited to 'x11/idesk')
-rw-r--r-- | x11/idesk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 35a4451..756a9f1 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/ MAINTAINER= sascha@root-login.org COMMENT= Place launch icons directly on your desktop -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_X_PREFIX= yes USE_GMAKE= yes |