- Do not globally pollute -I/-L with ${LOCALBASE} when handling the NLS option and pass it as the --with-libintl-prefix instead - Drop no longer supported --with-slang-includes configure switch, correct paths are obtained via pkgconf(1) these days - Set PKGNAMESUFFIX together with CONFLICTS_INSTALL in the master so they are always coherent (previously, when the main port is built with X11 option unset it would conflict with itself)
4 lines
83 B
Makefile
4 lines
83 B
Makefile
MASTERDIR= ${.CURDIR}/../mc
|
|
OPTIONS_EXCLUDE= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|