pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/rdesktop



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jan 16 21:01:47 UTC 2020

Modified Files:
        pkgsrc/net/rdesktop: Makefile

Log Message:
rdesktop: needs libXcursor


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/rdesktop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rdesktop/Makefile
diff -u pkgsrc/net/rdesktop/Makefile:1.50 pkgsrc/net/rdesktop/Makefile:1.51
--- pkgsrc/net/rdesktop/Makefile:1.50   Wed Jan 15 15:31:28 2020
+++ pkgsrc/net/rdesktop/Makefile        Thu Jan 16 21:01:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/01/15 15:31:28 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/01/16 21:01:47 tnn Exp $
 
 DISTNAME=              rdesktop-1.9.0
 CATEGORIES=            net
@@ -41,5 +41,6 @@ CONFIGURE_ARGS+=      --with-sound=alsa
 .include "../../mk/oss.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index