pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ttmkfdir2 add LIBGETOPT to LDFLAGS for systems w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1535622321a0
branches:  trunk
changeset: 492432:1535622321a0
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Apr 12 14:27:18 2005 +0000

description:
add LIBGETOPT to LDFLAGS for systems which need devel/libgetopt

diffstat:

 fonts/ttmkfdir2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7d3fff6ad70 -r 1535622321a0 fonts/ttmkfdir2/Makefile
--- a/fonts/ttmkfdir2/Makefile  Tue Apr 12 12:38:40 2005 +0000
+++ b/fonts/ttmkfdir2/Makefile  Tue Apr 12 14:27:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/12 14:27:18 dmcmahill Exp $
 #
 
 DISTNAME=      ttmkfdir2.20021109
@@ -20,6 +20,7 @@
 USE_LANGUAGES= c c++
 
 MAKE_ENV+=     FREETYPE_CONFIG=${FREETYPE_CONFIG}
+LDFLAGS+=      ${LIBGETOPT}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index