diff options
Diffstat (limited to '')
-rw-r--r-- | chinese/links/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/links/Makefile b/chinese/links/Makefile index 01c0dc326f72..c3334a2e092c 100644 --- a/chinese/links/Makefile +++ b/chinese/links/Makefile @@ -23,6 +23,7 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-codepage.inc \ pre-configure: cd ${WRKSRC}/intl && ./synclang -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../Makefile.inc" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- +.include "${MASTERDIR}/Makefile" |