diff options
author | marino <marino@pkgsrc.org> | 2012-07-15 17:37:04 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-15 17:37:04 +0000 |
commit | 6ba469350f67d42031ab399092a46ca68068782e (patch) | |
tree | 2ea8dd247ae4565c24608d69306d613126b76448 /x11/wdm | |
parent | 66aa4d9d52632aa39b459c1a0f661cb14ff54524 (diff) | |
download | pkgsrc-6ba469350f67d42031ab399092a46ca68068782e.tar.gz |
x11/wdm: LDFLAGS.DragonFly+= -lfontconfig
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 6bf9e5656bb..cccf56c7e0c 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/02/06 12:42:27 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2012/07/15 17:37:04 marino Exp $ DISTNAME= wdm-1.28 PKGREVISION= 9 @@ -14,7 +14,7 @@ USE_X11BASE= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -LDFLAGS.DragonFly= -lintl +LDFLAGS.DragonFly= -lintl -lfontconfig CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale |