Get Makefile.kde relative to current dir, since PORTSDIR may not be defined
at the time of the include.
This commit is contained in:
parent
2c4113ab50
commit
c12d138c76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66140
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
|
||||
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
|
||||
|
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
|
||||
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
|
||||
|
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
|
||||
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
|
||||
|
Loading…
Reference in New Issue
Block a user