FreeBSD Port: geeqie-1.3

Didier LEGRAND dleg at free.fr
Wed Jul 6 09:08:56 UTC 2016


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



More information about the freebsd-ports mailing list