pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pioneers



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 13 19:32:40 UTC 2023

Modified Files:
        pkgsrc/games/pioneers: Makefile

Log Message:
pioneers: fix dependencies

They were completely outdated, making me believe no-one actually
started this in the last three years.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/games/pioneers/Makefile

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

Modified files:

Index: pkgsrc/games/pioneers/Makefile
diff -u pkgsrc/games/pioneers/Makefile:1.86 pkgsrc/games/pioneers/Makefile:1.87
--- pkgsrc/games/pioneers/Makefile:1.86 Sun Nov 12 13:21:42 2023
+++ pkgsrc/games/pioneers/Makefile      Mon Nov 13 19:32:40 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2023/11/12 13:21:42 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.87 2023/11/13 19:32:40 wiz Exp $
 
 DISTNAME=      pioneers-15.6
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    games gnome
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pio/}
 
@@ -12,13 +11,13 @@ COMMENT=    GNOME version of the Settlers o
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake pkg-config msgfmt intltool itstool
+USE_TOOLS+=            gmake pkg-config msgfmt intltool
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
 
-BUILDLINK_DEPMETHOD.librsvg=   build   # generates icons
+#BUILDLINK_DEPMETHOD.librsvg=  build   # generates icons
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
@@ -26,9 +25,8 @@ SUBST_MESSAGE.paths=  Fixing hardcoded pa
 SUBST_FILES.paths=     docs/*.6
 SUBST_SED.paths=       -e s,/usr/share/,${PREFIX}/share/,
 
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index