U User7 Sep 20, 2015 #1 Like a title. I must add two options DOCS and NLS to Makefile and dependencies. How to do It? Add It to /etc/make.conf and install port use. make install clean BATCH=1 is good idea? Code: OPTIONS_DEFAULT= DOCS NLS OPTIONS_DEFINE= DOCS NLS
Like a title. I must add two options DOCS and NLS to Makefile and dependencies. How to do It? Add It to /etc/make.conf and install port use. make install clean BATCH=1 is good idea? Code: OPTIONS_DEFAULT= DOCS NLS OPTIONS_DEFINE= DOCS NLS
J junovitch@ Developer Sep 21, 2015 #3 An example make.conf for www/owncloud: Code: www_owncloud_SET+=PGSQL www_owncloud_UNSET+=SQLITE Also see make.conf(5) and the example at the end of /usr/share/examples/etc/make.conf.
An example make.conf for www/owncloud: Code: www_owncloud_SET+=PGSQL www_owncloud_UNSET+=SQLITE Also see make.conf(5) and the example at the end of /usr/share/examples/etc/make.conf.