mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
20c44243c4
- 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)
5 lines
83 B
Makefile
5 lines
83 B
Makefile
MASTERDIR= ${.CURDIR}/../mc
|
|
OPTIONS_EXCLUDE= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|