diff options
author | obache <obache@pkgsrc.org> | 2008-06-09 15:47:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-09 15:47:24 +0000 |
commit | 69d4d05ff92c13b96e014bf77784d55a820fb4a7 (patch) | |
tree | 86b3d8a5c21efa46aaad0a57a24b7ad6fb7b6e9c /x11/ftmenu | |
parent | 84e6caeabcf2a8c62015ae20f955626cbd7aff7b (diff) | |
download | pkgsrc-69d4d05ff92c13b96e014bf77784d55a820fb4a7.tar.gz |
Add comments for stupid configure script.
Diffstat (limited to 'x11/ftmenu')
-rw-r--r-- | x11/ftmenu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/ftmenu/Makefile b/x11/ftmenu/Makefile index bb160981c1f..bfdf8c00971 100644 --- a/x11/ftmenu/Makefile +++ b/x11/ftmenu/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES +#XXX: Not using C++, but configure require it. USE_LANGUAGES+= c c++ USE_TOOLS+= pkg-config @@ -21,7 +22,7 @@ post-install: ${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: |