diff options
author | marino <marino> | 2012-01-29 00:17:37 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 00:17:37 +0000 |
commit | c273bc19b65a4777d9690bc2af67cda728e3dc60 (patch) | |
tree | 11053039186c7ea34b15c617fee430c31d8444cb /sysutils/fsviewer | |
parent | 95aeb8c281d599ce6162f839ebada02b6ad8361f (diff) | |
download | pkgsrc-c273bc19b65a4777d9690bc2af67cda728e3dc60.tar.gz |
sysutils/fsviewer: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils/fsviewer')
-rw-r--r-- | sysutils/fsviewer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index 6a2a12e53b3..8a3b0c95cf8 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2011/11/01 06:02:32 sbd Exp $ +# $NetBSD: Makefile,v 1.32 2012/01/29 00:17:37 marino Exp $ DISTNAME= FSViewer.app-0.2.5 PKGNAME= FSViewer-0.2.5 @@ -20,6 +20,8 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +LDFLAGS.DragonFly= -lintl + .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} == "modular" |