summaryrefslogtreecommitdiff
path: root/x11/ftmenu
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-28 11:36:25 +0000
committermarino <marino@pkgsrc.org>2012-01-28 11:36:25 +0000
commit7a8c8196a582c19ae82f9c659e1954a39b8db440 (patch)
treedf88d45520b609a6445454bbbf271cbae57bda9c /x11/ftmenu
parent6d24490951420419d2945a262893e6a2b5602741 (diff)
downloadpkgsrc-7a8c8196a582c19ae82f9c659e1954a39b8db440.tar.gz
x11/ftmenu: Fix indirect linking error on DragonFly
Diffstat (limited to 'x11/ftmenu')
-rw-r--r--x11/ftmenu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ftmenu/Makefile b/x11/ftmenu/Makefile
index abb4821704a..5d636fb7a67 100644
--- a/x11/ftmenu/Makefile
+++ b/x11/ftmenu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/01 06:02:49 sbd Exp $
+# $NetBSD: Makefile,v 1.12 2012/01/28 11:36:25 marino Exp $
#
DISTNAME= ftmenu-0.3
@@ -14,6 +14,7 @@ COMMENT= Fluxbox Tray Menu
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
+LDFLAGS.DragonFly= -lX11
#XXX: Not using C++, but configure require it.
USE_LANGUAGES+= c c++