summaryrefslogtreecommitdiff
path: root/graphics/ristretto
diff options
context:
space:
mode:
authormartin <martin>2015-01-08 10:14:38 +0000
committermartin <martin>2015-01-08 10:14:38 +0000
commitba1531c6667cde05a98e79c966057689d97d5bc5 (patch)
tree570d719e0bec3340aa9dc6737d2e60cfd36d46d7 /graphics/ristretto
parentbfb7454289c60ef02d54e8a98a0091d4921da679 (diff)
downloadpkgsrc-ba1531c6667cde05a98e79c966057689d97d5bc5.tar.gz
Add -lX11 for FreeBSD too - pointed out by Justin Smith in private
mail.
Diffstat (limited to 'graphics/ristretto')
-rw-r--r--graphics/ristretto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index c2c181c6293..9bebff5fd57 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/05/29 23:36:41 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2015/01/08 10:14:38 martin Exp $
#
DISTNAME= ristretto-0.0.22
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
LDFLAGS.DragonFly= -lX11
+LDFLAGS.FreeBSD= -lX11
LDFLAGS.SunOS= -lX11
.include "../../devel/xfce4-dev-tools/buildlink3.mk"