aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-12-01 16:10:24 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-12-01 16:10:24 +0000
commita86c8e0638090f77a0deae1e480fa0507f35e7c5 (patch)
tree479c79af11d0137ddc68cc93e55ac03a8b21ea64 /x11-fonts
parent249aa6006514d90b3306a0adb34b2cb615bc9e2c (diff)
downloadports-a86c8e0638090f77a0deae1e480fa0507f35e7c5.tar.gz
ports-a86c8e0638090f77a0deae1e480fa0507f35e7c5.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/ttmkfdir/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile
index ff8adbfe86b3..a9b353635d4c 100644
--- a/x11-fonts/ttmkfdir/Makefile
+++ b/x11-fonts/ttmkfdir/Makefile
@@ -12,15 +12,14 @@ MASTER_SITE_SUBDIR=distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Create fonts.scale file for use with TrueType font server
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
PLIST_FILES= bin/ttmkfdir
USE_BZIP2= yes
-USE_GMAKE= yes
USE_XORG= x11
+USES= gmake
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>