diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:28:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:28:56 +0000 |
commit | 0a830cfcd072d6911c084cd78350762d1d9f5b68 (patch) | |
tree | 54a54dca395db82704b22a4ff9ba1391e9b102c6 /x11-toolkits | |
parent | f83b34b741cf3b63a8bd069695a3716c61e941d5 (diff) | |
download | ports-0a830cfcd072d6911c084cd78350762d1d9f5b68.tar.gz ports-0a830cfcd072d6911c084cd78350762d1d9f5b68.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pure-tk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile index aff2094c4e32..053e7d50c6d5 100644 --- a/x11-toolkits/pure-tk/Makefile +++ b/x11-toolkits/pure-tk/Makefile @@ -25,5 +25,5 @@ post-patch: -e "s|-ltk\$$(tclvers)|-ltk${SHORT_TCL_VER}|" \ ${WRKSRC}/Makefile -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" +.include "${.CURDIR}/../../lang/pure/bsd.pure.mk" .include <bsd.port.mk> |