diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 00:33:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 00:33:17 +0000 |
commit | 96995f7fa4252c43fae0f7d7e66419b996c047ff (patch) | |
tree | 8c9269df9d3985485cec3d79b7f57559e2647109 /x11-toolkits/p5-Prima | |
parent | b1dd00791b4092cf6c56fa48204e7aff55450745 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Prima')
-rw-r--r-- | x11-toolkits/p5-Prima/Makefile | 2 |
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 |