From: luxh Date: Fri, 16 Aug 2013 19:07:21 +0000 (-0700) Subject: Add "More reading" X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/445266954639a41708d05c1ecdeb05e7f778b029?ds=sidebyside Add "More reading" --- diff --git a/docs/howtos/HowToDPorts/index.mdwn b/docs/howtos/HowToDPorts/index.mdwn index 964f8735..13b05664 100644 --- a/docs/howtos/HowToDPorts/index.mdwn +++ b/docs/howtos/HowToDPorts/index.mdwn @@ -242,3 +242,7 @@ Building from source works similar to ports and pkgsrc: cd into the appropriate To take all the default build options and avoid getting the pop-up dialog box, set `NO_DIALOG=yes` on either the command line or the make.conf file. If you just want to set the options for one package, and accept the default for all of its dependencies, do 'make config' in the package in you want non-default options, and then 'make NO_DIALOG=yes'. Note that this is only necessary if you want to build from source with a non-default set of options, or if no pre-built binary package is available yet. + +## More reading +* How fix/add broken ports: [[docs/howtos/fixdports]] +* [Trick: How to get i386-only software via dports](http://leaf.dragonflybsd.org/mailarchive/users/2013-06/msg00023.html)