Dear Port Maintainer, With this release of geeqie, the default is to build with gtk3, which I don't want. So, I added the following lines to my /etc/make.conf :
.if ${.CURDIR:M*/graphics/geeqie} CONFIGURE_ARGS+= --disable-gtk3 .endif To make it work, I also have to change the port Makefile like this : CONFIGURE_ARGS+= --with-readmedir="${DOCSDIR}" because in the original Makefile there is no + sign, therefore my /etc/make.conf is not taken into account. So, could you modify the Makefile or add an option box to disable building against gtk3 ? Thank you in advance. Sincerely yours, -- Didier LEGRAND _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"