diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 13:49:22 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 13:49:22 +0000 |
commit | 1888ddb9651117b7a3bc514b9ad11e4f35139bc5 (patch) | |
tree | 8316c0f8d3b3e67a2d279c304c9cf1009e4a7f0c | |
parent | 429b582ffa9021b86e51379887d35a285346cfad (diff) | |
download | pkgsrc-1888ddb9651117b7a3bc514b9ad11e4f35139bc5.tar.gz |
graphics/blender: Fix indirect linking on DragonFly
-rw-r--r-- | graphics/blender/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 3d3555e2e36..56cbe56fdbb 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2012/03/15 11:53:28 obache Exp $ +# $NetBSD: Makefile,v 1.79 2012/05/16 13:49:22 marino Exp $ DISTNAME= blender-2.49b PKGREVISION= 9 @@ -20,6 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no LDFLAGS+= -lcrypto +LDFLAGS.DragonFly= -lX11 .include "options.mk" |