Commit graph

5 commits

Author SHA1 Message Date
Baptiste Daroussin
a5b77af446 Fix USE_NCURSES with pkgng
Reported by:	graudeejs on irc://freenode/#pkgng
2012-05-06 13:54:57 +00:00
Baptiste Daroussin
b3021a8870 s/OPENSSL/NCURSES/ in pkgng only part
Submitted by:	Bryan Drewery (irc)
2012-04-19 05:53:27 +00:00
Baptiste Daroussin
a1245a1828 Make USE_NCURSES and USE_OPENSSL work with pkgng in case people are using
ncurses and/or openssl from ports
2012-04-18 11:38:20 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)
2011-04-11 08:34:17 +00:00