thompsa@ said:You can use 'make config' to edit the selected items once its already been saved.
bsddaemon said:And you suggest him to rebuild those ports?
.if ${.CURDIR:M*/editors/vim}
WITH_GTK2=yes
.endif
I've wondered about that for some time. But don't Portupgrade and Portmaster ignore those, or am I misinformed?SirDice said:You can add the options you want to /etc/make.conf. That's how I've done it for years.
Options like WITH_GTK2 for vim. You can even make them dependent on the port.
like so:
Code:.if ${.CURDIR:M*/editors/vim} WITH_GTK2=yes .endif
But, obviously, ports need to be build with the options to have them :e