Revision: 26900 http://sourceforge.net/p/gar/code/26900 Author: jake_goerzen Date: 2022-03-15 04:32:59 +0000 (Tue, 15 Mar 2022) Log Message: ----------- freeciv: update runtime deps and clean up recipe
Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 02:16:22 UTC (rev 26899) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 04:32:59 UTC (rev 26900) @@ -39,7 +39,7 @@ RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-ttf2-0-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-gfx15 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-mixer1-2-0 -RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri0 +RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri6 GARCOMPILER = GNU @@ -53,7 +53,7 @@ CONFIGURE_ARGS += --enable-fcdb=all CONFIGURE_ARGS += --enable-client=gtk2,sdl,xaw CONFIGURE_ARGS += --disable-dependency-tracking -CONFIGURE_ARGS += --with-magickwand=/opt/csw/include/ImageMagick-7 +CONFIGURE_ARGS += --with-magickwand=/opt/csw/bin EXTRA_INC = /opt/csw/include/ImageMagick-7/MagickWand EXTRA_INC += /opt/csw/include/ImageMagick-7/MagickCore @@ -72,6 +72,7 @@ pre-configure-modulated: # We patched configure.ac so we need to rebuild configure cd $(WORKDIR)/$(NAME)-$(VERSION) && autoreconf + @$(MAKECOOKIE) post-install-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.