summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 00:33:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-17 00:33:17 +0000
commit96995f7fa4252c43fae0f7d7e66419b996c047ff (patch)
tree8c9269df9d3985485cec3d79b7f57559e2647109 /x11-toolkits
parentAdd ispell (diff)
Add a directory I left out in my previous commit, and chase the new home
for Xft.
Notes
Notes: svn path=/head/; revision=104238
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Prima/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index fb6d4c97c6d9..4411e87392a3 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -43,7 +43,7 @@ post-install:
.if defined (WITHOUT_XFT)
CONFIGURE_ARGS+= WITH_XFT=0
.else
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
.if defined (WITHOUT_ICONV)
CONFIGURE_ARGS+= WITH_ICONV=0
.else