diff options
-rw-r--r-- | print/ja-vfxdvik/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile index 7aed27eef6b..12203bd7cde 100644 --- a/print/ja-vfxdvik/Makefile +++ b/print/ja-vfxdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2011/05/28 11:32:03 obache Exp $ +# $NetBSD: Makefile,v 1.35 2012/01/29 10:07:37 marino Exp $ DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS} PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS} @@ -29,6 +29,7 @@ USE_TOOLS+= gmake USE_LIBTOOL= YES LIBTOOL_OVERRIDE= klibtool GNU_CONFIGURE= YES +LDFLAGS.DragonFly= -lm CONFIGURE_ARGS+=--enable-local-texmf=${PREFIX}/share/texmf-dist \ --without-texinfo \ --without-dialog \ |