diff options
author | marino <marino> | 2012-01-29 10:15:56 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 10:15:56 +0000 |
commit | 1eb3b43e3e24510d82b53d9c1bcdc7579a53efd1 (patch) | |
tree | dc8359dbaf546a96082eff7a1c6014998a064a52 /graphics | |
parent | c10172798589ce28e458f230453d4a49ec8478da (diff) | |
download | pkgsrc-1eb3b43e3e24510d82b53d9c1bcdc7579a53efd1.tar.gz |
graphics/ristretto: Fix indirect linking error on DragonFly
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ristretto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index f8459056185..a0f68cf2bb6 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/11/01 06:01:45 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/29 10:15:56 marino Exp $ # DISTNAME= ristretto-0.0.22 @@ -20,6 +20,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config msgfmt perl intltool +LDFLAGS.DragonFly= -lX11 + .include "../../devel/xfce4-dev-tools/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" .include "../../sysutils/xfce4-thunar/buildlink3.mk" |