pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ftmenu Add comments for stupid configure script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6dc0ef00199
branches:  trunk
changeset: 543222:e6dc0ef00199
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 09 15:47:24 2008 +0000

description:
Add comments for stupid configure script.

diffstat:

 x11/ftmenu/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d8675be992b2 -r e6dc0ef00199 x11/ftmenu/Makefile
--- a/x11/ftmenu/Makefile       Mon Jun 09 15:36:43 2008 +0000
+++ b/x11/ftmenu/Makefile       Mon Jun 09 15:47:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/09 15:27:03 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/09 15:47:24 obache Exp $
 #
 
 DISTNAME=      ftmenu-0.3
@@ -14,6 +14,7 @@
 
 GNU_CONFIGURE=         YES
 
+#XXX: Not using C++, but configure require it.
 USE_LANGUAGES+=        c c++
 USE_TOOLS+=    pkg-config
 
@@ -21,7 +22,7 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/ftmenu
        ${INSTALL_DATA} ${WRKSRC}/img/fb.xpm ${DESTDIR}${PREFIX}/share/ftmenu/fb.xpm
 
-#XXX: This package not using glib, but ckeck it.
+#XXX: Not using GLib, but configure require it.
 BUILDLINK_TARGETS+=    glib-fake-pc
 
 glib-fake-pc:



Home | Main Index | Thread Index | Old Index