summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 20:06:04 +0000
committerdholland <dholland>2012-06-23 20:06:04 +0000
commit9a5b2b6a2e983b524159404ee7fcca6a35404c8d (patch)
treef10dafa4e6de835871487b11aac5055c32fd2882 /graphics
parent5c39b5d9aa03ecc536bd709704714adf70c6bd5a (diff)
downloadpkgsrc-9a5b2b6a2e983b524159404ee7fcca6a35404c8d.tar.gz
Add -lX11 on Solaris, same as DragonFly. Add missing libX11 buildlink.
PKGREVISION -> 11.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ristretto/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index d45a976225a..e886ae9b1fb 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2012/06/14 07:44:24 sbd Exp $
+# $NetBSD: Makefile,v 1.13 2012/06/23 20:06:04 dholland Exp $
#
DISTNAME= ristretto-0.0.22
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= graphics
MASTER_SITES= http://goodies.xfce.org/releases/ristretto/
@@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
LDFLAGS.DragonFly= -lX11
+LDFLAGS.SunOS= -lX11
.include "../../devel/xfce4-dev-tools/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
@@ -28,5 +29,6 @@ LDFLAGS.DragonFly= -lX11
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"