pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/avahi-ui



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan 15 12:24:17 UTC 2021

Modified Files:
        pkgsrc/net/avahi-ui: Makefile

Log Message:
avahi-ui: Explicit dependency on avahi.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/avahi-ui/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/avahi-ui/Makefile
diff -u pkgsrc/net/avahi-ui/Makefile:1.1 pkgsrc/net/avahi-ui/Makefile:1.2
--- pkgsrc/net/avahi-ui/Makefile:1.1    Fri Jan  8 14:08:35 2021
+++ pkgsrc/net/avahi-ui/Makefile        Fri Jan 15 12:24:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/08 14:08:35 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/01/15 12:24:17 nia Exp $
 
 .include "../../net/avahi/Makefile.common"
 
@@ -24,6 +24,7 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/avahi-ui-gtk3.pc \
            ${DESTDIR}${PREFIX}/lib/pkgconfig
 
+.include "../../net/avahi/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index