summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorminskim <minskim>2004-09-18 07:50:14 +0000
committerminskim <minskim>2004-09-18 07:50:14 +0000
commitb731fc4f18aefe20ddd5e5c82ec3d6839c231a70 (patch)
tree4b8273a0a4d19e4da7561acd46c1d278cdf5838d /fonts
parent806ad46a74f34418888c50b272be74424a533ea4 (diff)
downloadpkgsrc-b731fc4f18aefe20ddd5e5c82ec3d6839c231a70.tar.gz
Add dependency on libgetopt to build on platforms without native getopt.h.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ttmkfdir2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ttmkfdir2/Makefile b/fonts/ttmkfdir2/Makefile
index 4a946ad3c96..19bdb0aedec 100644
--- a/fonts/ttmkfdir2/Makefile
+++ b/fonts/ttmkfdir2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/21 23:59:30 reed Exp $
+# $NetBSD: Makefile,v 1.6 2004/09/18 07:50:14 minskim Exp $
#
DISTNAME= ttmkfdir2.20021109
@@ -25,5 +25,6 @@ MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"