diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 00:33:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 00:33:17 +0000 |
commit | e64319fcd788a8d2cd17567e13f511d5537ff555 (patch) | |
tree | aaf8ab1e44f5119f0ed3a94c39f7e1457774b49d /x11-toolkits | |
parent | a1ff64b3de234871f2160f69b05c23623f89c213 (diff) | |
download | FreeBSD-ports-e64319fcd788a8d2cd17567e13f511d5537ff555.zip FreeBSD-ports-e64319fcd788a8d2cd17567e13f511d5537ff555.tar.gz |
Add a directory I left out in my previous commit, and chase the new home
for Xft.
Diffstat (limited to 'x11-toolkits')
-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 fb6d4c9..4411e87 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 |